diff options
| author | mo khan <mo.khan@gmail.com> | 2020-10-23 16:56:34 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-10-23 16:56:34 -0600 |
| commit | 214586544d4e51a26bed4fa14ea74393e885099b (patch) | |
| tree | c0f4b9cf521b40e51f53f55b06452b06c82973a2 /examples/001/docker-exec.sh | |
| parent | 143c894c905ec365c7d6118eb66aa2ab7b948ea9 (diff) | |
Rewrite presentation to tell a story
Diffstat (limited to 'examples/001/docker-exec.sh')
| -rw-r--r-- | examples/001/docker-exec.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/001/docker-exec.sh b/examples/001/docker-exec.sh index 39478b2..25c1085 100644 --- a/examples/001/docker-exec.sh +++ b/examples/001/docker-exec.sh @@ -3,4 +3,4 @@ set -e image_id="$(docker ps | grep developing | awk '{ print $1 }' | tail -n1)" -docker exec -it "$image_id" /bin/sh +docker exec -it --network=host "$image_id" /bin/sh |
