I ve updated my Ubuntu to 23.10, and than I started to have several issues with docker. I did a full uninstall, and now I can t install it again.
When I run
sudo apt install docker-ce docker-ce-cli containerd.io
I get error like
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package docker-ce-cli is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
docker-buildx-plugin
E: Unable to locate package docker-ce
E: Package docker-ce-cli has no installation candidate
E: Unable to locate package containerd.io
E: Couldn t find any package by glob containerd.io
I checked the official Docker page (to late, of course..) and saw this: To install Docker Engine, you need the 64-bit version of one of these Ubuntu versions:
- Ubuntu Lunar 23.04
- Ubuntu Kinetic 22.10
- Ubuntu Jammy 22.04 (LTS)
- Ubuntu Focal 20.04 (LTS)
- Ubuntu Bionic 18.04 (LTS)
So now I have an issue. Anyone has any idea on what to do? I ve installed docker via snap, but than I get issue like permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock:
when running docker-compose up --build.
我也试图安装多克式 desktop,没有灯塔,我发现了一个错误,称“无法安装 do器-dfesktop: 以下一揽子计划没有满足需要:”。 没有列出包裹。
Anyone had simmilar issue, knows how to tackle this?