docker镜像管理常用命令
搜索镜像
选镜像的建议:
1,优先考虑官方
2,stars数量多
官方获取镜像网址: https://hub.docker.com
登录IP:918631511
邮箱:918631511@qq.com
密码:quyunlong
获取镜像
docker pull(push)
镜像加速器:阿里云加速器,daocloud加速器,中科大加速器,Docker 中国官方镜像加速: https://registry.docker-cn.com
官方pull docker pull centos:6.8(没有指定版本,默认会下载最新版)
私有仓库pull docker pull daocloud.io/huangzhichong/alpine-cn:latest
存储小的linux系统 docker pull alpine
##配置docker镜像加速
查看镜像相关命令
查看镜像列表
删除镜像
导出镜像
导入镜像