Skip to content

Instantly share code, notes, and snippets.

@incraigulous
Created February 28, 2020 21:54
Show Gist options
  • Select an option

  • Save incraigulous/4ff12e4df3b3451be8e07ab2053fb711 to your computer and use it in GitHub Desktop.

Select an option

Save incraigulous/4ff12e4df3b3451be8e07ab2053fb711 to your computer and use it in GitHub Desktop.
docker ps // View running containers
docker exec -it [container id] /bin/bash // launch a bash shell within a running container
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment