====== 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. ---- [[Docker:Images:Create an image|Create an image]] [[Docker:Images:Pull an Image from the Docker Hub|Pull an Image from the Docker Hub]] [[Docker:Images:Push an Image to the Docker Hub|Push an Image to the Docker Hub]] [[Docker:Images:Remove all images|Remove all images]] [[Docker:Images:Remove an image|Remove an image]] [[Docker:Images:Remove dangling images|Remove dangling image]] [[Docker:Images:Remove images older than 6 months ago|Remove images older than 6 months ago]] [[Docker:Images:Remove old and unused images|Remove old and unused images]] [[Docker:Images:Tips For Building a Docker Image|Tips For Building a Docker Image]] [[Docker:Images:Update and Commit an Image|Update and Commit an Image]]