moshem Posted May 16, 2020 Posted May 16, 2020 Hi, I followed a standard guide to install docker on Ubuntu 20.04 https://medium.com/@Grigorkh/how-to-install-docker-on-ubuntu-20-04-f1b99845959e everything went fine until I tried sudo apt install docker-ce which suggested I try a amd64 specific version: Reading package lists... Done Building dependency tree Reading state information... Done Package docker-ce 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-ce-cli:amd64 not sure what I did wrong, but I can't find armbian specific docker guides, root@arm-64:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04 LTS Release: 20.04 Codename: focal any help is appreciated
a16bitsysop Posted May 16, 2020 Posted May 16, 2020 I think docker-ce is only if you have the docker repos added, which may not have 20.04 versions yet. docker-ce-cli is the one from the Ubuntu repos which is version 19.03 which I think is the latest version anyway.
Igor Posted May 16, 2020 Posted May 16, 2020 4 hours ago, a16bitsysop said: I think docker-ce is only if you have the docker repos added Yes. Docker works on all officially supported Armbian builds since a few years. It can be installed via preinstalled armbian-config -> software -> softy -> "Install Docker" For this particular build I don't know since it is not an official build. Perhaps it will just work ... or not.
a16bitsysop Posted May 16, 2020 Posted May 16, 2020 10 minutes ago, Igor said: Yes. Docker works on all officially supported Armbian builds since a few years. It can be installed via preinstalled armbian-config -> software -> softy -> "Install Docker" For this particular build I don't know since it is not an official build. Perhaps it will just work ... or not. It does work, I have had it running since 20.04 was released with no difference from the official docker build I was using in 18.04. The main reason for me using the official version before was the one in the Ubuntu repo was too old before.
moshem Posted May 17, 2020 Author Posted May 17, 2020 So, I tried installing form armbian-config, however it starts downloading packages and installing and returns to the software list which the docker entry unmarked and not installed, it doesn't work. do you suggest I follow However the following packages replace it: docker-ce-cli:amd64 and install the amd64 variant instead of the regular docker-ce, not sure it is even the same thing
Igor Posted May 17, 2020 Posted May 17, 2020 1 hour ago, moshem said: I tried installing form armbian-config Try on a clean system, not on a system that you already break with some manual from the internet ...
coLATin Posted May 18, 2020 Posted May 18, 2020 WAY 1: follow the official guide, after source added in the list file as below: when i ran apt-get install docker-ce output: 没有可用的软件包 docker-ce,但是它被其它的软件包引用了。 这可能意味着这个缺失的软件包可能已被废弃, 或者只能在其他发布源中找到 E: 软件包 docker-ce 没有可安装候选 means no package in the source. so I reied Way2: in the armbian-config to install docker, it always breakout when loading to 3%.... so why was that? any solutuon? any suggestion will help, thank you.
MemBian Posted July 2, 2020 Posted July 2, 2020 Hi, I'm trying to use armbian OS to host hass.io, and have ran into the same problem. I can't install docker. Tried all suggested here, and then others too. All failing, common error also being 404 (not found). Armbian config fails at as described, jumping suddenly from 3% to 100% and then back to the install selection window with the selection ticks not marked. I'm running version 20.05.6 stable
Recommended Posts