You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

763 B

docker常用命令

docker version 版本信息
docker info    详细信息
docker 命令 -help 帮助命令

docker帮助文档

链接:

docker | Docker Docs

镜像命令

docker images 查看本地镜像

lejings@ljs-Ubuntu-desktop:~$ docker images
REPOSITORY               TAG       IMAGE ID       CREATED         SIZE
portainer/portainer-ce   latest    0c03664af9ed   4 weeks ago     308MB
hello-world              latest    d2c94e258dcb   20 months ago   13.3kB
仓库源 				   仓库的标签	镜像的id	   镜像创建时间	   镜像大小

-a, --all             Show all images 
-q, --quiet           Only show image IDs

docker search 搜索网络镜像