Skip to content

Instantly share code, notes, and snippets.

@hamdifourati
Last active April 12, 2020 19:47
Show Gist options
  • Save hamdifourati/376ed4b0740821e780ce6be17e2c20ab to your computer and use it in GitHub Desktop.
Save hamdifourati/376ed4b0740821e780ce6be17e2c20ab to your computer and use it in GitHub Desktop.

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