I installed Ubuntu server 20.04 into a vm, to see how if I want upgrade my 18.04. I use cockpit for ease of use on my 18.04. Anyways the cockpit-docker deb is missing from the repository. Why is this? Was this an over site or is their some other reason for it not being part of 20.04?
13 Answers
Though they do not build cockpit-docker for Ubuntu 20.04 or later anymore, you can still install older versions according to this.
I downloaded cockpit-docker_215-1~ubuntu19.10.1_all.deb and installed manually. It seems to be working now.
If you really want to make a difference; I forked the thing and pulled it apart as a plugin.
You can find it on Github
cockpit-docker is replaced by cockpit-podman
If sudo apt install cockpit-podman fails then [ Upvote the Official Bug ]
Workaround:
wget
sudo gdebi cockpit-docker_215-1\~ubuntu19.10.1_all.deb
rm cockpit-docker_215-1\~ubuntu19.10.1_all.deb