MEMEs Posted June 21, 2019 Posted June 21, 2019 Hi there, I'm trying to install docker on my tinkerboard s running armbian 5.73. I've managed the following steps from your documentation: sudo apt-key adv --keyserver pool.sks-keyservers.net --recv-keys 0EBFCD88 sudo echo "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable" > sudo /etc/apt/sources.list.d/docker.list sudo apt update But when i tried to install docker using: sudo apt install docker-ce I'm getting the error that docker-ce has no installation candidate. Does anyone maybe have an idea how to get this working? Thank you.
Igor Posted June 22, 2019 Posted June 22, 2019 12 hours ago, MEMEs said: from your documentation: Read the whole context. That is for installing Docker on your Intel desktop PC to be able to (cross)compile Armbian from sources. 12 hours ago, MEMEs said: I'm trying to install docker on my tinkerboard s running armbian 5.73. Update image to latest and use armbian-config -> software -> softy to install Docker. 1
MEMEs Posted June 22, 2019 Author Posted June 22, 2019 Wow that worked flawlessly, thank you and great work!
Recommended Posts