Docker - Images

A Docker image is a read-only template that contains a set of instructions for creating a container that can run on the Docker platform.


Create an image

Pull an Image from the Docker Hub

Push an Image to the Docker Hub

Remove all images

Remove an image

Remove dangling image

Remove images older than 6 months ago

Remove old and unused images

Tips For Building a Docker Image

Update and Commit an Image