Is missing cockpit-docker no longer in the 20.04 repository?

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?

1

3 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

Working for me:enter image description here

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like