• Image based command
  • Building an image from a Docker file
  • Listing all images that are locally stored
  • Removing named image
  • Removing unnamed images
  • Container based command
  • Creating and starting a container from an image
  • Listing running containers/processes
  • Listing running and stopped containers
  • Container lifecycle. These two commands are equivalent to 'docker run' command
  • Retrieving log outputs
  • Inspect a container
  • Stop container
  • Removing stopped container
  • Execute an additional command in a running container
  • Getting a command prompt in a container
  • Creating image out of a container. It will return a newly created image-id