Docker Cheat Sheet

(λx.x)eranga
Effectz.AI
Published in
1 min readJul 17, 2015

Configuration files

OSX

Linux

Example configuration file content

Working with images

List images

Delete image

Delete image with specific tag

Delete all images

Delete dangling images

Delete all unused images

Tag image

Copy image from one host to another

Working with containers

Start container

Stop container

Restart container

List running containers

List all containers(running + stopped)

Containers logs

Container config details

Login/connect to container

Delete container

Delete all containers

Delete all stopped/exited containers

Logs

Docker logs

Container logs

Working with private registry

Pull image

List all images in registry

Search specific image

List available tags of a image

Delete image in private registry

Delete image with specific tag

--

--