01-15-2020, 09:53 AM
(01-15-2020, 04:47 AM)agD0i7rY Wrote: Under Ubuntu Docker(CE arm64) is in the depots.
I know that arm64 is available however if you add the docker repo it can't find it.
For example:
Code:
x@x:~$ grep -nr docker /etc/apt/sources.list
6:deb [arch=arm64] https://download.docker.com/linux/debian stretch stable
7:# deb-src [arch=arm64] https://download.docker.com/linux/debian stretch stable
x@x:~$ sudo apt-get update
Hit:1 http://security.debian.org stretch/updates InRelease
Ign:2 http://cdn-fastly.deb.debian.org/debian stretch InRelease
Hit:5 https://download.docker.com/linux/debian stretch InRelease
Hit:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease
Hit:4 http://cdn-fastly.deb.debian.org/debian stretch Release
Reading package lists... Done
x@x:~$ apt-cache search docker-ce
x@x:~$
Code:
x@x:~$ uname -m
aarch64
While it can work I would not recommend adding an ubuntu repo to a debian system