Skip to content

Instantly share code, notes, and snippets.

@mauriballes
Created February 18, 2019 14:22
Show Gist options
  • Save mauriballes/6e2c81f298c6508488a10a6438e77a06 to your computer and use it in GitHub Desktop.
Save mauriballes/6e2c81f298c6508488a10a6438e77a06 to your computer and use it in GitHub Desktop.
Docker Commands

List Containers

docker ps

Enter Running Container Bash

docker exec -it [container-id] bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment