mirror of
https://github.com/docker/cli.git
synced 2026-08-31 10:05:19 -05:00
bash does not like it ``` $ JOB=$(docker run base /bin/sh -c "while true; do echo Hello world!; sleep 1; done") bash: !: event not found $ ``` Upstream-commit: 3bb176d8ae7f43ab0d1ca8e03b59f2f137f07530 Component: engine