Pull an image or a repository from a registry
Build an image from a Dockerfile
Remove one or more images
Show the history of an image
docker history
Displays the commands that were used to build each layer of the image.
Show image layers and build commands
docker history nginx
Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE
Push an image or a repository to a registry
Save one or more images to a tar archive