
docker
corpse2010
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
修改默认镜像下载位置
报错问题:如下操作:添加位置:ADD_REGISTRY='--add-registry 192.168.149.203:5000'[root@corpse cdn.redhat.com]# systemctl daemon-reload[root@corpse cdn.redhat.com]# systemctl restart docker原创 2021-01-03 19:47:07 · 234 阅读 · 0 评论 -
自定义镜像库
docker pull 安装registry,启动registry创建/etc/docker/daemon.jsonpush镜像从私有镜像库下载mysql原创 2021-01-03 19:21:52 · 111 阅读 · 0 评论 -
docker默认安装路径调整
停止服务同步配置原创 2021-01-03 15:19:02 · 282 阅读 · 0 评论 -
容器mysql安装访问
[root@corpse network-scripts]# docker pull hub.c.163.com/library/mysql[root@corpse network-scripts]# docker imagesREPOSITORY TAG IMAGE ID CREATED SIZEtomcat ...原创 2021-01-02 16:37:57 · 162 阅读 · 0 评论 -
docker-network-create
NAME docker-network-create - Create a networkSYNOPSIS docker network create [OPTIONS] NETWORK$ docker network create -d bridge --subnet=192.168.0.0/16 br0$ docker network create \ --driver=bridge \ --s...原创 2021-01-02 13:51:34 · 976 阅读 · 0 评论 -
docker起动报错IPv4 forwarding is disabled
[root@corpse ~]#docker run -it tomcat:latestWARNING: IPv4 forwarding is disabled. Networking will not work.Using CATALINA_BASE: /usr/local/tomcatUsing CATALINA_HOME: /usr/local/tomcatUsing CATALINA_TMPDIR: /usr/local/tomcat/tempUsing JRE_HOME: ...原创 2021-01-01 18:39:25 · 374 阅读 · 1 评论