Merge pull request #122 from srid/patch-1
remove ! from command line Upstream-commit: 3e9877a30fdc3ad7139ee0e8f01d74034b69dd56 Component: engine
This commit is contained in:
@@ -148,7 +148,7 @@ Starting a long-running worker process
|
||||
(docker -d || echo "Docker daemon already running") &
|
||||
|
||||
# Start a very useful long-running process
|
||||
JOB=$(docker run base /bin/sh -c "while true; do echo Hello world!; sleep 1; done")
|
||||
JOB=$(docker run base /bin/sh -c "while true; do echo Hello world; sleep 1; done")
|
||||
|
||||
# Collect the output of the job so far
|
||||
docker logs $JOB
|
||||
|
||||
Reference in New Issue
Block a user