docker 安装 1panel 报错
报错样子
System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down
解决方式
# apt 更新
> sudo apt-get update
# 安装 systemd, systemctl
> sudo apt-get install systemd -y
> sudo apt-get install systemctl -y
再去安装 1panel
https://1panel.cn/docs/installation/online_installation/
注意事项
安装过程,本地注意主机的 DNS,建议用 114.114.114.114;保险点,我用 8.8.8.8 就安装不上。
阅读剩余
提示:本文最后更新于 2024-07-31,如有错误或者已经失效,请留言告知。
版权声明:
作者:荒
链接:https://ww3.xnwmw.com/2134.html
文章版权归作者所有,未经允许请勿转载。
THE END