From a69b96fe168a05792288ef2e186a86e6540f85bd Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Sun, 13 Jan 2019 20:16:37 -0700 Subject: Updating progress --- examples/example3/example3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/example3') diff --git a/examples/example3/example3.sh b/examples/example3/example3.sh index b1676a4..a57b368 100755 --- a/examples/example3/example3.sh +++ b/examples/example3/example3.sh @@ -19,4 +19,4 @@ set -exuo pipefail docker build -t vim_image . # Run the image -docker run --rm -it -v "$(pwd)":/usr/src/app vim_image /bin/bash -c vim +docker run --rm -it -v "$(pwd)":/usr/src/app vim_image /bin/bash -c "vim $*" -- cgit v1.2.3