Skip to content

Instantly share code, notes, and snippets.

@pranavgarg
Last active October 15, 2015 14:40
Show Gist options
  • Save pranavgarg/c834f2235319726ac006 to your computer and use it in GitHub Desktop.
Save pranavgarg/c834f2235319726ac006 to your computer and use it in GitHub Desktop.
Docker CheatSheet
##INTRO
Docker is based on lxc (Linux Containers) which helps provide virtualization on the host OS.
Its lightweight and ease of use allows it to succeed over VMware virtualization.
##Useful commands
1. **docker ps** - Lists containers.
2. **docker logs** - Shows us the standard output of a container.
3. **docker stop** - Stops running containers.
4. **docker images** - Lists all the docker images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment