Has someone managed to get Docker running yet?
#11
The docker repo's have the latest and greatest docker-ce (17.05/06) where docker.io is old version (1.12).
Homepage: https://ayufan.eu

Releases:
Rock/Pro 64/Pinebook Pro: LinuxChromium OS
So/Pine A64/Pinebook: LinuxAndroid 6.0Android 7.1

Buy me a Beer
  Reply
#12
Sharing my experiences with Docker on Pine/Rock64

https://forum.pine64.org/showthread.php?tid=5341
  Reply
#13
(09-16-2017, 02:47 PM)gas14 Wrote: hi what repo was used to install the docker
I used the official docker repos but i'm not able to install docker-ce

Code:
root@rock64:~# uname -a
Linux rock64 4.4.77-rockchip-ayufan-104 #1 SMP Sun Sep 10 21:24:43 UTC 2017 aarch64 aarch64 aarch64 GNU/Linux
root@rock64:~# apt-get install docker-ce
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package docker-ce
i got same issue with stretch-minimal-rock64-0.6.5-152-arm64.img.xz did you fixed?
  Reply
#14
Code:
apt-get update
apt-get install -y \
   apt-transport-https \
   ca-certificates \
   curl \
   software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
add-apt-repository \
  "deb https://download.docker.com/linux/$(. /etc/os-release; echo "$ID") \
  $(lsb_release -cs) \
  stable"
  Reply
#15
(12-22-2017, 03:09 PM)digitaldaz Wrote:
Code:
apt-get update
apt-get install -y \
   apt-transport-https \
   ca-certificates \
   curl \
   software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
add-apt-repository \
  "deb https://download.docker.com/linux/$(. /etc/os-release; echo "$ID") \
  $(lsb_release -cs) \
  stable"

same...

Code:
root@rock64:~# curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
OK
root@rock64:~# add-apt-repository \
>   "deb https://download.docker.com/linux/$(. /etc/os-release; echo "$ID") \
>   $(lsb_release -cs) \
>   stable"
root@rock64:~# apt-get install docker-ce
Reading package lists... Done
Building dependency tree       
Reading state information... Done
W: Target Packages (stable/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:10 and /etc/apt/sources.list:13
W: Target Translations (stable/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:10 and /etc/apt/sources.list:13
W: Target Packages (stable/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:10 and /etc/apt/sources.list.d/docker.list:1
W: Target Packages (stable/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:10 and /etc/apt/sources.list.d/docker.list:1
W: Target Translations (stable/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:10 and /etc/apt/sources.list.d/docker.list:1
E: Unable to locate package docker-ce
  Reply
#16
Sorry, did you do apt-get update after adding the repo?
  Reply
#17
(12-22-2017, 04:15 PM)digitaldaz Wrote: Sorry, did you do apt-get update after adding the repo?

yes,i did,is same. this issue block me 2 days ago....
  Reply
#18
new update:docker now working on xenial-mate-rock64-0.6.5-152-arm64.img.xz

mkdir /home/rock64/download

wget https://download.docker.com/linux/ubuntu..._arm64.deb

sudo dpkg -i docker-ce_17.09.1~ce-0~ubuntu_arm64.deb

that's all.
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Managed to install Kubernetes digitaldaz 3 4,190 08-16-2022, 02:44 AM
Last Post: mmarkgilbert
  Running Panfrost? ab1jx 5 6,715 10-04-2020, 09:53 PM
Last Post: tomarm
  Remedial Docker lessons cjyar 2 3,858 12-19-2019, 05:38 AM
Last Post: lbruno
  Release 0.9.14 Ubuntu Mate desktop, LXDE, OMV, Docker CE (container) Luke 1 3,971 09-19-2019, 07:00 AM
Last Post: Malmgren
  help building a docker image jata 6 8,050 07-12-2019, 08:47 PM
Last Post: hmuller
  EasyOS 1.0.4 running on Rock64 BarryK 2 3,941 02-19-2019, 01:11 AM
Last Post: pineadmin
  Docker Mssql Riverman 5 6,303 07-09-2018, 11:26 PM
Last Post: pfeerick
  docker contaainer error on "docker login" edwinbmiller 0 1,542 06-18-2018, 10:08 AM
Last Post: edwinbmiller
  Kodi + Docker - what are the image options for Rock64 to support this? zarusz 0 2,569 05-20-2018, 01:41 AM
Last Post: zarusz
  Running debian testing, web video blows :( dougunder 2 3,569 04-22-2018, 03:24 PM
Last Post: dougunder

Forum Jump:


Users browsing this thread: 1 Guest(s)