Skip to content

Instantly share code, notes, and snippets.

@bradparks
Forked from mitchwongho/Docker
Created September 2, 2021 11:49
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 bradparks/b33fc169c9342c6633904974b40ab2bb to your computer and use it in GitHub Desktop.
Save bradparks/b33fc169c9342c6633904974b40ab2bb to your computer and use it in GitHub Desktop.
Docker 'run' command to start an interactive BaSH session
# Assuming an Ubuntu Docker image
$ docker run -it <image> /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment