摘要: 1 抓取镜像到本地docker pull library/hello-world上面代码中,docker image pull是抓取 image 文件的命令。library/hello-world是 image... 阅读全文
posted @ 2018-11-10 20:24 lab_or_hub 阅读(194) 评论(0) 推荐(0)
摘要: 1 用docker run hello-world命令运行时遇到如下错误response from daemon: error creating overlay mount to /var/lib/docker/... 阅读全文
posted @ 2018-11-10 18:52 lab_or_hub 阅读(46) 评论(0) 推荐(0)
摘要: centOS直接用yum命令安装完docker后,启动报错Job for docker.service failed because the control process exited with error c... 阅读全文
posted @ 2018-11-10 18:46 lab_or_hub 阅读(31) 评论(0) 推荐(0)
摘要: 刚安装完的CentOS7的系统,发现无法使用yum命令进行更新,在更新的时候会出现下面这种内容,为此问题有以下这些解决方案可以尝试。 One of the configured repositories fail... 阅读全文
posted @ 2018-11-10 16:07 lab_or_hub 阅读(176) 评论(0) 推荐(0)