佬,下载完成后,docker有运行镜像,但是访问不了
Closed this issue · 4 comments
Iuochen commented
honmashironeko commented
换成centos哦,ubuntu还没有适配
Iuochen commented
docker运行,应该不挑主机环境吧
honmashironeko commented
会的,我实际测试,在ubuntu中遇到了DBus无法使用到问题,没看到什么解决方案,有可能是自带的docker存在问题,需要拉取其他库的第三方docker
sh3d0ww01f commented
ubuntu解决方法如下
apt install python
mv /bin/systemctl /bin/systemctl.bak
wget https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/master/files/docker/systemctl.py -O /bin/systemctl
sudo chmod a+x /bin/systemctl
参考文献如下:
https://zhuanlan.zhihu.com/p/648578218