Skip to content

Instantly share code, notes, and snippets.

@rohit22
Forked from dwilkie/docker-cheat-sheat.md
Created November 9, 2018 20:55
Show Gist options
  • Select an option

  • Save rohit22/c9b2dd560f0a0eaf207b06337a5e3d72 to your computer and use it in GitHub Desktop.

Select an option

Save rohit22/c9b2dd560f0a0eaf207b06337a5e3d72 to your computer and use it in GitHub Desktop.
Docker Cheat Sheet

Build docker image

$ cd /path/to/Dockerfile
$ sudo docker build .

View running processes

$ sudo docker ps

View all processes

$ sudo docker ps -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment