摘要:
当运行容器时,使用的镜像如果在本地中不存在,docker 就会自动从 docker 镜像仓库中下载,默认是从 Docker Hub 公共镜像源下载。 获取镜像 如果我们本地没有 ubuntu 镜像,我们可以使用 docker pull 命令来载入 ubuntu 镜像: $ docker pull u 阅读全文
posted @ 2021-08-09 21:34
小白龙白龙马
阅读(169)
评论(0)
推荐(0)
摘要:
安装参考文档:https://www.runoob.com/docker/windows-docker-install.html win7、win8 系统 win7、win8 等需要利用 docker toolbox 来安装,国内可以使用阿里云的镜像来下载,下载地址:http://mirrors.a 阅读全文
posted @ 2021-08-09 21:10
小白龙白龙马
阅读(88)
评论(0)
推荐(0)