09-23-2017, 09:18 AM
(This post was last modified: 09-23-2017, 09:19 AM by stuartiannaylor.)
(09-23-2017, 04:10 AM)digitaldaz Wrote: Am I missing something here? For my kubernetes I just did:
Code:apt-get install docker.io
That just gives you the runtime though, maybe you need other stuff too.
Nope difference is between the distro's repo's and dockers repo's.
Raspbian has to use the convenience script Ayufan posted but it sets docker up as root.
So yeah there are 3 ways like you did from the distro repo which is sometimes behind the current docker repo.
Or follow these 2 depending on distro and use the more up to date docker repo.
https://docs.docker.com/engine/installat...requisites Docker CE is supported on both x86_64 (or amd64) and armhf architectures for Jessie and Stretch.
https://docs.docker.com/engine/installat...requisites Docker CE is supported on Ubuntu on x86_64, armhf, and s390x (IBM z Systems) architectures.
Or the convenience script @ getdocker.com which is a must for raspbian.