diff options
Diffstat (limited to 'conf-from-container/shell.sh')
-rw-r--r-- | conf-from-container/shell.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf-from-container/shell.sh b/conf-from-container/shell.sh index 182d4c1..e6f21d8 100644 --- a/conf-from-container/shell.sh +++ b/conf-from-container/shell.sh @@ -1 +1 @@ -docker exec -ti `docker ps | cut -f 1 -d ' ' | grep -v "CONTAINER"` bash +docker exec -ti `docker ps | grep shibboleth-docker | cut -f 1 -d ' ' ` bash |