今天无意打开了fedora 的官网看到了cockpit这个工具,而且还能管理容器···但是我安装的版本却没有容器管理标签···
简单说说centos7怎么安装cockpit吧。
#Install cockpit:
sudo yum install cockpit
#Enable cockpit:
sudo systemctl enable --now cockpit.socket
#Open the firewall if necessary:
sudo firewall-cmd --permanent --zone=public --add-service=cockpit
sudo firewall-cmd --reload
但后打开服务器ip+9090端口,使用服务器的账号和秘密旧可以登录了。然后随便体验一下吧,还有一个web的终端···