Image
docker build -t <image_name>
Ex: docker build -t demo .docker imagesdocker commit <container_name>docker load
Ex: docker load < myimage.tardocker history <container_name>Last updated
docker build -t <image_name>
Ex: docker build -t demo .docker imagesdocker commit <container_name>docker load
Ex: docker load < myimage.tardocker history <container_name>Last updated
docker importdocker rmi <container_name>docker save <container_name>
Ex: docker save myimage:latest > myimage.tardocker tag
Ex: docker tag demo:latest test:v1 docker restart <cont_id>docker kill <cont_id>docker pause <cont_id>
docker unpause <cont_id>docker system prunedocker rename <old_container_name> <new_container_name>