Skip to content

Instantly share code, notes, and snippets.

@gzagatti
Created February 9, 2018 15:55
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 gzagatti/dc4221e74a8eaf7c6cbcdf161957f030 to your computer and use it in GitHub Desktop.
Save gzagatti/dc4221e74a8eaf7c6cbcdf161957f030 to your computer and use it in GitHub Desktop.
Run temporary shell in docker with desired image.
docker run --name <container_name> --rm -i -t <image> <shell, eg. /bin/bash>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment