Closed StefanScherer closed 8 years ago
The /etc/os-release file for Raspbian contains ID=raspbian which is not compatible with the original docker-machine binary.
/etc/os-release
ID=raspbian
In our blog post http://blog.hypriot.com/post/how-to-setup-rpi-docker-swarm/ we showed how to patch this file to make it work with docker-machine. This is done by changing ID=raspbian to ID=debian.
ID=debian
To make things easier it would help to fix this in the rootfs.
Are there any implications with this? Which else process reads the ID of this file?
The
/etc/os-release
file for Raspbian containsID=raspbian
which is not compatible with the original docker-machine binary.In our blog post http://blog.hypriot.com/post/how-to-setup-rpi-docker-swarm/ we showed how to patch this file to make it work with docker-machine. This is done by changing
ID=raspbian
toID=debian
.To make things easier it would help to fix this in the rootfs.
Are there any implications with this? Which else process reads the ID of this file?