Closed Sloy closed 6 years ago
I don't get the issue. What did you do?. My version is this one :
$ docker -v
Docker version 17.11.0-ce, build 1caf76c
I don't think you'll have this issue installing via the official script that I attached to the README
Hum, maybe the raspbian version is not affected :O I did install docker with the script from the readme. The difference is I'm running OpenMediaVault in my raspi.
I get the error with that same version:
# docker -v
Docker version 17.11.0-ce, build 1caf76c
This is the installed package:
# apt list docker-ce
Listing... Done
docker-ce/jessie,now 17.11.0~ce-0~debian armhf [installed]
But again, downgrading to the version 17.09.0 as above seems to do the trick for me. If you don't have the same issue that's good news.
I'm not running a raspbian, that may explain! Thanks for reporting anyway!
When I install and then run docker with the suggested commands I get the following error:
Thanks to this StackOverflow answer, the problem seems to be related to a recent release of docker and using an older one works as a workaround while they fix it:
$ sudo apt install docker-ce=17.09.0~ce-0~raspbian
Or if you don't use raspbian like me (I use an openmediavault image) you should:
$ sudo apt install docker-ce=17.09.0~ce-0~debian
This is just an FYI issue in case somebody else has the same problem than me. Feel free to just close it right away.
And thanks for the image and the install scripts! Made my life so much easier :) ❤️