docker离线安装 启动报错Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.

安装报错的提示:systemctl status docker.service

好吧,原来是缺少库文件。验证一下想法吧,yum -y install libseccomp 成功后,再启动docker发现成功了,好,那就下载libseccomp的rpm包吧。

posted @ 2018-10-12 13:59  持&恒  阅读(439)  评论(0编辑  收藏  举报