02-21-2018, 06:23 AM
Hello, this is my first post on this forum and I have quite a perplexing problem. I’m trying to get Docker installed on my Pine64. The Pine is running Ubuntu Base 16.04.2 Xenial with everything up to date.
I did these commands:
$ sudo apt-get install
apt-transport-https
ca-certificates
curl
software-properties-common
$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg1 | sudo apt-key add -
$ sudo apt-key fingerprint 0EBFCD88
$ sudo add-apt-repository
“deb [arch=amd64] https://download.docker.com/linux/ubuntu4
$(lsb_release -cs)
stable”
$ sudo apt-get update
I had no error up until this point. Then I had to install Docker-CE
sudo apt-get install docker-ce
This is where I get the error (ubuntu unable to locate package). I’ve turned the internet upside down trying to find an answer but no luck. Hope someone can help a noob in need. Cheers
I did these commands:
$ sudo apt-get install
apt-transport-https
ca-certificates
curl
software-properties-common
$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg1 | sudo apt-key add -
$ sudo apt-key fingerprint 0EBFCD88
$ sudo add-apt-repository
“deb [arch=amd64] https://download.docker.com/linux/ubuntu4
$(lsb_release -cs)
stable”
$ sudo apt-get update
I had no error up until this point. Then I had to install Docker-CE
sudo apt-get install docker-ce
This is where I get the error (ubuntu unable to locate package). I’ve turned the internet upside down trying to find an answer but no luck. Hope someone can help a noob in need. Cheers