Skip to content

Commit

Permalink
doc:
Browse files Browse the repository at this point in the history
Signed-off-by: Nasfame <[email protected]>
  • Loading branch information
Nasfame committed Oct 9, 2023
1 parent 7bd67bd commit 54b5478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,6 @@ docker run -it ubuntu bash -c 'for i in {1..200}; do echo "Starting process $i"
bacalhau docker run \
--download --id-only --timeout 3600 --wait-timeout-secs 3600 --wait \
ubuntu:latest \
-- bash -c 'for i in {1..200}; do echo "Starting process $i" & sleep 5 && echo "Process $i completed" & done'
-- bash -c 'for i in {1..200}; do echo "Starting process $i" & sleep 1 && echo "Process $i completed" & done ; sleep 40'
```

0 comments on commit 54b5478

Please sign in to comment.