Docker Build Command Cheat Sheet

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

Leave a Reply

Your email address will not be published. Required fields are marked *