似乎我无法使用systemctl start docker
首次启动Docker服务。我一直在遇到以下确切的错误:
Error starting daemon: couldn't create plugin manager: error setting plugin manager root to private: permission denied
我的CentOS 7(64x)计算机上的docker安装步骤:
yum install -y yum-utils \
device-mapper-persistent-data \
lvm2
yum-config-manager \
--add-repo \
https://download.docker.com/linux/centos/docker-ce.repo
yum install docker-ce
systemctl start docker
是的,提供的命令以root身份运行。