Closed nicojanssens closed 7 years ago
Hmm, looks like an issue with the latest Hypriot images and Docker 1.12 which have to use for Kubernetes. I will try to reproduce it ASAP, but since I'm quite busy otherwise, can't make any promise to tackle this soon. Maybe you can also ask in the Hypriot channels on Gitter about this ?
Hi,
the issue is that the latest Hypriot image (1.4.0) contains a newer docker, and during uninstall the storage drivers are not removed. Because of this, to start docker up, you need to either provide a -s overlay
setting for startup, or there has to be a /etc/docker/daemon.json
present with the following contents:
{
"storage-driver": "overlay"
}
See the docker documentation for the exact configuration.
I may have some time next weekend, and I'll put together a PR to solve this.
Thanks for the investigation! A PR would be awesome ....
Hi,
I downloaded a fresh hypriot image, flashed my rpi 2 SD cards, downloaded the latest version of your ansible files, edited the ansible configs and executed the init machine-id command you mention in your howto. All working fine.
After executing the setup playbook and rebooting the rpis, their docker daemon does not start anymore.
Executing
systemctl status docker.service
generates the following errorDo you have any advise?
Thanks!