docker cheatsheet
閱讀本文約花費: 1 (分鐘)
Docker Cheat Sheet Build Build an image from the Dockerfile in the current directory and tag the image docker build -t myimage:1.0 . List all images that are locally stored with the Docker Engine docker image ls Delete an image from the local image store docker image rm alpine:3.4 Share Run Run a container from the Alpine version 3.9
List Of Docker Commands: Cheat Sheet
Docker CheatSheet | Docker 配置与实践清单
Docker CLI cheatsheet
https://devhints.io/docker
$> docker inspect -f ‘{{ .NetworkSettings.IPAddress }}’ c7337 Remove all unused images $> docker rmi $(docker images \ -q -f “dangling=true” Legend Image name redis, jenkins, nginx Container name or commit ID mydb #name c7337 #commit id @gcuisinier Docker Cheat Sheet dockerlux.github.io