Cockpit Web Console
#
1
2
|
echo "deb http://deb.debian.org/debian bullseye-backports main contrib non-free" | sudo tee -a /etc/apt/sources.list
echo "deb-src http://deb.debian.org/debian bullseye-backports main contrib non-free" | sudo tee -a /etc/apt/sources.list
|
1
2
3
4
5
6
7
8
9
10
11
|
Package: *
Pin: release a=bullseye
Pin-Priority: 500
Package: cockpit
Pin: release a=bullseye-backports
Pin-Priority: 1000
Package: *
Pin: release a=bullseye-backports
Pin-Priority: 100
|
1
2
|
[registries.search]
registries = ['docker.io', 'registry.fedoraproject.org', 'quay.io', 'registry.access.redhat.com', 'registry.centos.org']
|
1
|
sudo apt install cockpit cockpit-podman nfs-common
|
1
|
sudo apt install cockpit-machines
|
1
|
sudo netstat -pnltu | grep 9090
|
1
|
sudo systemctl enable cockpit.socket
|
參考資料
#
Managing KVM Virtual Machines with Cockpit Web Console in Linux