Skip to content

Instantly share code, notes, and snippets.

@rms1000watt
Created July 13, 2023 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rms1000watt/e33027f3977281e7eebe2974c186e70c to your computer and use it in GitHub Desktop.
Save rms1000watt/e33027f3977281e7eebe2974c186e70c to your computer and use it in GitHub Desktop.
docker run with --init so SIGINT ctrl+c succeeds
docker run -it --rm --init "${DOCKER_IMAGE}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment