Skip to content

Instantly share code, notes, and snippets.

@hamdifourati
Last active April 12, 2020 19:47

Tips and Tricks for using docker

Running a container without a daemon

 docker run --rm -it --name web-client hamdifourati/curl  su -c 'trap "exit 0" SIGTERM SIGKILL; tail -f /dev/null'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment