diff options
author | bloodstalker <thabogre@gmail.com> | 2020-09-05 15:38:41 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-09-05 15:38:41 +0000 |
commit | 2bfa3615828171c6232e450ebed4f505f44b76b6 (patch) | |
tree | e8998ab265fbb4e81c966e88210649626578c5c8 /gotty/run.sh | |
parent | update (diff) | |
download | dockerimages-2bfa3615828171c6232e450ebed4f505f44b76b6.tar.gz dockerimages-2bfa3615828171c6232e450ebed4f505f44b76b6.zip |
update
Diffstat (limited to 'gotty/run.sh')
-rwxr-xr-x | gotty/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gotty/run.sh b/gotty/run.sh index 2758ae7..c77b18c 100755 --- a/gotty/run.sh +++ b/gotty/run.sh @@ -1,2 +1,2 @@ #!/usr/bin/env sh -docker run -it --entrypoint ash $1 +docker run --network="host" -it --entrypoint zsh $1 |