Managing images

Commands

docker image ls
docker image rm alpine:latest
docker image rm hello-world:latest
docker image pull hello-world:latest

What is an Image

Repositories and tags