Pull an image or a repository from a registry
Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE
List images
Push an image or a repository to a registry
docker push
Uploads an image to a Docker registry (like Docker Hub or private registry).
Push image to registry
docker push myrepo/nginx:1.0
Build an image from a Dockerfile
Remove one or more images
Show the history of an image