MichaIng
MichaIng
I recognised #11990 too late. As mentioned [here](https://github.com/docker/docker.github.io/pull/11990#issuecomment-778798458) I suggest to merge #11990 first and I'll merge and fix conflicts here afterwards to keep the tabs/support restructure for Raspbian.
Okay, the PR has been updated to include and resolve conflicts with #11990. It's main purpose is now to enable the manual repository key and list install on Raspbian, which...
Indeed, practically Ubuntu and Debian in this case are not further away from each other than Raspbian and Debian are. It's basically the distro path element in the repository URL,...
It just got merged. Users of the new Raspbian Buster image will still run into an error as there is no Buster branch available yet: https://download.docker.com/linux/raspbian/dists/ Workaround for now, as...
@j616 Jep, I didn't think about that even that it got merged, the change has not yet been uploaded to: https://get.docker.com/
@Sirtea > Not sure if still relevant This is what the whole topic + solution is about 😄. The master branch already contains the fix: https://github.com/docker/docker-install/blob/master/install.sh#L297-L299 But https://get.docker.com/ still ships...
@JesperG The Raspbian Buster branch is now available, but does not yet contain a stable component: https://download.docker.com/linux/raspbian/dists/buster/ So for now you need to go with "nightly": ``` sed -i 's/stable/nightly/'...
@rradar Fist of all I forgot to add `--no-install-recommends` to avoid installing recommendations. It's default on my systems, on yours obviously not, so better: `apt install --no-install-recommends docker-ce docker-ce-cli` But...
@rradar Great, I just wanted to say that from the output still the Stretch package was about to be handled: > Setting up docker-ce (5:18.09.03-0raspbian-stretch) ... So purging + autoremoving...
@rradar > /usr/bin/unpigz: no such file or directory https://packages.debian.org/buster/pigz: `apt install pigz`? I would have expected Docker resolving such dependencies internally, however at least worth to give it a try.