标签:ges 本地 str rmi docker镜像 strong pull 镜像 arc
1 查看本地所有镜像
docker images
2 在网络中查找镜像
docker search redis
3 拉取镜像
docker pull redis:5.0
4 删除镜像
docker rmi 镜像id
删除所有镜像
docker rmi `docker images -q`
标签:ges 本地 str rmi docker镜像 strong pull 镜像 arc
原文地址:https://www.cnblogs.com/jianzhaojing/p/12497490.html