在docker里面使用systemctl

来源:如何在docker里面使用systemctl,教你充分利用论坛里免费新加坡小鸡,绝对有用 (nodeseek.com)

GitHub - gdraheim/docker-systemctl-replacement: docker systemctl replacement - allows to deploy to systemd-controlled containers without starting an actual systemd daemon (e.g. centos7, ubuntu16)

Docker里面不支持systemd,很多一键脚本就用不了,会显示错误。

利用github的这个项目,实现systemctl的命令的使用。

1.Python2版本

因为系统太干净了,先安装一些基本的程序.

apt update && apt install curl wget python2 -y

然后重点来了,我们要使用这个docker-systemctl-replacement作为systemctl的替换命令。

wget https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/master/files/docker/systemctl.py -O /bin/systemctl
chmod a+x /bin/systemctl

好了,就这么简单,这时候你就可以正常使用systemctl了,很多一键脚本都可以跑通了

2.Python3版本

wget https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/master/files/docker/systemctl3.py -O /bin/systemctl
chmod a+x /bin/systemctl

 

 

版权声明:
作者:Lewss
链接:https://www.amzcn.com/thread-021353-1.html
来源:AmzCN – 普通人的普通世界
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>
文章目录
关闭
目 录