Skip to content

Instantly share code, notes, and snippets.

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 leocelis/254b1c0d97939bc43effc4d137cd233a to your computer and use it in GitHub Desktop.
Save leocelis/254b1c0d97939bc43effc4d137cd233a to your computer and use it in GitHub Desktop.
List active processes:
$ docker ps
Grab the CONTAINER ID and use it in the next command
$ docker exec -it <CONTAINER ID> bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment