docker安装请参考:https://www.dbaup.com/dbbao2centos7anzhuangdocker.htm文档github:https://github.com/docker ... 阅读全文
容器中的hosts文件其实并不是存储在Docker镜像中的,/etc/hosts, /etc/resolv.conf和/etc/hostname,是存在主机上的/var/lib/docker/cont ... 阅读全文
Docker Hub 是我们分发和获取 Docker 镜像的中心,但由于服务器位于海外,经常会出现拉取/上传镜像时速度太慢或无法访问的情况。再加上运营方不断对 Docker Hub 的免费使用进行限制 ... 阅读全文
在docker中启动服务报错: New main PID 558 does not belong to service, and PID file is not owned by root. Ref ... 阅读全文
默认情况下Docker的存放位置为:/var/lib/docke可以通过命令查看具体位置:docker info | grep "Docker Root Dir"方法一:使用软连接(最简单首先停掉D ... 阅读全文
简介--link可以通过容器名互相通信,容器间共享环境变量,主要用来解决两个容器通过ip地址连接时容器ip地址会变的问题。--link可以使新生成的容器链接到已在运行的容器,其原理就是在/etc/ho ... 阅读全文
现象[root@lhrkingbase soft]# mount -o loop -t iso9660 /soft/KingbaseES_V008R006C005B0041_Lin64_install ... 阅读全文
自己的Docker环境在docker的容器内使用systemctl启动服务时,报错[root@lhrorchestrator /]# systemctl start mysqError: Too many open file ... 阅读全文
[TOC一、从Docker Hub或阿里云镜像下载小麦苗上传的镜像文件小麦苗的Docker Hub的地址:https://hub.docker.com/u/lhrbes小麦苗的Oracle 12c ... 阅读全文
现象在docker中执行systemctl status ssh返回“Failed to get properties: Connection timed out”其实查询任何与systemctl有关的服务,都会报这个错。 ... 阅读全文