docker安装完报错:Failed to start docker.service: Unit docker.service is masked
Posted chenqionghe
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了docker安装完报错:Failed to start docker.service: Unit docker.service is masked相关的知识,希望对你有一定的参考价值。
执行
systemctl start docker
报错
Failed to start docker.service: Unit docker.service is masked.
解决
systemctl unmask docker.service
systemctl unmask docker.socket
systemctl start docker.service
以上是关于docker安装完报错:Failed to start docker.service: Unit docker.service is masked的主要内容,如果未能解决你的问题,请参考以下文章
Docker 报错 Failed to get D-Bus connection
centos下git报错Failed to connect to repository : Command "git ls-remote -h HEAD" returned sta
centos下git报错Failed to connect to repository : Command "git ls-remote -h HEAD" returned sta
centos下git报错Failed to connect to repository : Command "git ls-remote -h HEAD" returned sta
service docker start 报错 :Failed to start docker.se
启动docker报错:Failed to start Docker Application Container Engine.