docker搜索镜像
一种是上docker hub网站上去搜索
另一个种是使用命令行的形式:docker search ubuntu
docker拉取镜像
docker pull 镜像名
前边的是repository,后边的是镜像的tag
DOCKER_OPTS=" --registry-mirror=http://624869e7.m.daocloud.io "
docker搜索镜像
一种是上docker hub网站上去搜索
另一个种是使用命令行的形式:docker search ubuntu
docker拉取镜像
docker pull 镜像名
前边的是repository,后边的是镜像的tag
DOCKER_OPTS=" --registry-mirror=http://624869e7.m.daocloud.io "