Open MarcelBeining opened 4 years ago
Seems like I am not the only one https://forums.docker.com/t/cannot-install-docker-ce-on-ubuntu-18-04-or-debian-10/91015
When I install Docker with the same command on raspbian buster I things like this and after everything is done.... it is using aufs as the storage drivers aghhhhhh!!!! I thought maybe I could try to change the driver to overlay2 but I have been to figure it out like a week. My next step is to erase and reformat everything because the commands to uninstall don't work properly. Then go to https://download.docker.com/linux/debian/dists/buster/pool/stable/amd64/ and figure out what file to download to download that might work otherwise and install that way. We will see if that works
Hi,
Same on Ubuntu 18.04. On Virtual box I got checksum issue.
On WSL it's working great.
Tried to download .deb package but got error to
(Lecture de la base de données... 34132 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de containerd.io_1.2.13-2_amd64.deb ...
Dépaquetage de containerd.io (1.2.13-2) ...
dpkg-deb (sous-processus) : décompression du membre de l'archive : erreur LZMA : les données compressées sont corrompues
dpkg-deb: erreur:
Found that the issue is from Virtualbox 6.1.
Reinstalling 6.0.10 solved the issue.
Hi all! I solved problem. Remove in /etc/apt/sources.list repo by Docker. Download from https://download.docker.com/linux/debian/dists/buster/pool/stable/amd64/ deb-packege and install by dkpg -i all packages.
Expected behavior
curl -sSL https://get.docker.com/ | sh
should install docker on Debian BusterActual behavior
It fails with this log:
Steps to reproduce the behavior
curl -sSL https://get.docker.com/ | sh
Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.)
I am using VirtualBox running Debian Buster on a Windows 10 64bit machine.