docker build -t myimage:1.0 . | Build an image from the Dockerfile in the current directory and tag the image |
docker image ls | List all images that are locally stored with the Docker Engine |
docker image rm alpine:3.4 | Delete an image from the local image store |