Closed GoldenBadger closed 8 years ago
That's because docker 1.10
removed the -d
flag in favor for daemon
. I haven't switched to it earlier, because right now docker 1.7.1 is used in the project (and 1.10
was released some days ago)
I'm going to go all-in for docker 1.10
in the next release. Until that, just replace -d
with daemon
Just so I know, which os/board do you run on?
Awesome, thanks. We're running Hypriot on Pi 1 Model B's.
Yeah, guessed that. The Hypriot guys adapts new docker releases fast :)
I have updated the config files now (b3d8e2224f4320bda238d7c265e0bd8ff46ff538), and will update the docker daemon later on
I also think this is fixed with v0.6.5
. Hope it helps and thanks for notifying :smile:
When running
kube-config install
it fails when starting the systemctl docker service. Runningsystemctl status docker
shows the following:Looking in
/usr/lib/systemd/system/docker.service.d/docker-overlay.conf
, it tries to run/usr/bin/docker
with the-d
flag, which does not exist.