镜像名称
一个仓库会包含同一个软件不同版本的镜像
镜像名称一般分两部分组成: [仓库名]:[标签],如果不给出标签,将以 latest
作为默认标签
如: redis:6.0
镜像操作命令:
镜像操作示例
访问DockerHub搜索镜像, https://hub.docker.com/, 搜索redis
拉取镜像: docker pull redis
查看本地镜像: docker imageg
将镜像导出到磁盘: docker save -o 文件名称 镜像名称/ID
删除本地镜像: docker rmi 镜像名称/ID
导入镜像: docker load -i 文件名称
To view this video please enable JavaScript,and consider upgrading to a web browser that supports HTML5 video
This is a modal window.
Beginning of dialog window.Escape will cancel and close the window.
End of dialog window.