
docker
howie_lu
逃离舒适区~
展开
-
docker运行image报错:no such file or directory
今天在虚拟机运行docker镜像时,一直报错(具体报错原因待分析),检查了系统内核和操作系统版本,也没有找到结果。[root@bogon ~]# cat /etc/redhat-release CentOS Linux release 7.2.1511 (Core)[root@bog[root@bogon ~]# docker versionClient: Version: 17.12.1-ce ...转载 2018-03-15 09:48:46 · 11280 阅读 · 0 评论 -
docker集群初始化manager节点报错:could not choose an IP address to advertise
今天用本机+虚拟机做集群配置时,运行指令:docker-machine ssh myvm1 "docker swarm init"报如下错误:Error response from daemon: could not choose an IP address to advertise since this system has multiple addresses on different i...原创 2018-03-18 22:08:22 · 3806 阅读 · 0 评论 -
用docker安装weblogic
Installing WebLogic 12.1.3 with Docker (easier)If you work on a Linux-based machine as your development environment and you aren't familiar with Docker yet, check the What is Docker, then give it a tr...翻译 2018-03-19 22:49:01 · 1796 阅读 · 0 评论