常见错误
Failed to get D-Bus connection: Operation not permitted
解决方法1:
# systemctl
mv /usr/bin/systemctl /usr/bin/systemctl.old
# 执行
curl https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/master/files/docker/systemctl.py > /usr/bin/systemctl
# or 访问
# https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/master/files/docker/systemctl.py
# 将页面的所有内容复制,再使用vim打开systemctl文件并粘贴进去保存
vim /usr/bin/systemctl
# 最后添加执行权限
chmod +x /usr/bin/systemctl