
Docker
qq85609655
这个作者很懒,什么都没留下…
展开
-
The simple way to run Docker-in-Docker for CI
Every now and then I come across the requirement to build Docker images inside a Docker container. More often than not, this happens when I need to build Docker images as part of a Continuous Integra...原创 2018-01-04 14:22:11 · 133 阅读 · 0 评论 -
Docker笔记--Docker上传镜像
rancher在应用商店选择Harbor,进行安装选择一个节点配置 harbor-host=trueIP/Hostname/FQDN: hdp165安装完成后,需要进行docker image的上传需要对docker client进行配置:1. 查看cat /etc/docker/daemon.json,并编辑{ // "registry-mirrors...原创 2018-09-12 12:55:56 · 243 阅读 · 0 评论 -
【docker】查看docker镜像的版本号TAG,从远程仓库拉取自己想要版本的镜像
要想查看镜像的版本好TAG,需要在docker hub查看地址如下:https://hub.docker.com/r/library/进入之后,在页面左上角搜索框搜索,例如搜索redis搜索完成如下: 点击详情点击标签选择自己想要拉取的标签 即可例如 拉取标签为3.2的redis镜像...原创 2018-09-12 15:11:02 · 2120 阅读 · 0 评论