diff options
| author | mo khan <mo.khan@gmail.com> | 2019-10-25 11:10:04 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-10-25 11:10:04 -0600 |
| commit | 119ce79c5125367cfcef14af3678509105398337 (patch) | |
| tree | f4fa98d0980ec03d087b81390f900a701bb258e8 /bin/docker-shell | |
| parent | 1de8e742bad070582c1394221879b782c3088695 (diff) | |
Allow injection of custom options to shell command
Diffstat (limited to 'bin/docker-shell')
| -rwxr-xr-x | bin/docker-shell | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/docker-shell b/bin/docker-shell index 1859770..b50e796 100755 --- a/bin/docker-shell +++ b/bin/docker-shell @@ -6,4 +6,4 @@ cd "$(dirname "$0")/.." IMAGE_NAME=${IMAGE_NAME:-$(basename "$PWD"):latest} -docker run --rm -it --entrypoint='' "$IMAGE_NAME" /bin/sh +docker run --rm -it --entrypoint='' $1 "$IMAGE_NAME" /bin/bash |
