docker 镜像仓库
https://hub.docker.com/
以mysql为例
检索
docker search mysql
拉取
docker pull mysql:tag
:tag 是可选的,为软件的版本,默认为lastst标签版本
查看当前docker的镜像列表
docker images
删除镜像
docker rmi 镜像id
docker 镜像仓库
https://hub.docker.com/
以mysql为例
检索
docker search mysql
拉取
docker pull mysql:tag
:tag 是可选的,为软件的版本,默认为lastst标签版本
查看当前docker的镜像列表
docker images
删除镜像
docker rmi 镜像id
本文标题:[Docker]镜像操作常用命令
本文链接:https://www.haomeiwen.com/subject/bubdirtx.html
网友评论