Skip to content

Instantly share code, notes, and snippets.

@malwaremily
Last active April 23, 2020 00:26
Show Gist options
  • Select an option

  • Save malwaremily/4d8a936a672e4c17fea915ccca49d451 to your computer and use it in GitHub Desktop.

Select an option

Save malwaremily/4d8a936a672e4c17fea915ccca49d451 to your computer and use it in GitHub Desktop.
Docker frequently used cmd guide

View Existing Docker Containers

docker ps -a

Start a Docker Container

docker start <IMAGE_ID>

Stop a Docker Container

docker kill <IMAGE_ID>

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