Does someone knows if it exists some ppa packages source for the newest Ubuntu version 19.10 i had problem with that when i upgraded from Ubuntu 19.04 to 19.10 i didn't work?
Does someone knows if it exists some ppa packages source for the newest Ubuntu version 19.10 i had problem with that when i upgraded from Ubuntu 19.04 to 19.10 i didn't work?
The Docker repository currently have packages for 20.04 (focal), so you can follow official guide or use commands below:
There is no Docker Package (yet) for Ubuntu 19.10 Eoan Ermine, as issued here: https://github.com/docker/for-linux/issues/832. The Package of the previous Ubuntu 19.04 Disco Dingo will work for most users.
To solve this, avoid polluting
/etc/apt/source.list
.Option 1: add a .list file to
/etc/apt/sources.list.d/
by:Option 2:
add (if you have docker installed alread before, change there eoan to disco as:)
Other solutions like a manual install you could find here: https://github.com/docker/for-linux/issues/833
if you're not sure which lsb release that docker has and you're host are compatible with, you could check
/etc/debian_version
and then check the linkhttps://download.docker.com/linux/ubuntu
, it'll list all releases that docker supports for example on my host, thelsb_release -cs
outputsbionic
but whencat cat /etc/debian_version
it saysso I chuse
buster
one from the docker releases