StefanScherer/docker-windows-box

Docker Daemon ExecStart initial value has changed?

Minimonium opened this issue · 2 comments

docker-swarm-init.sh isn't working because it expects this:

ExecStart=/usr/bin/dockerd -H fd://

but since recently gets this:

ExecStart=/usr/bin/dockerd -H unix://

Don't know why, but to be sure sed should be fixed to a more general case?

Thanks. Wow that change also brings trouble in this repo.
The problem will be fixed in docker/docker-ce-packaging#257

Thanks for the info!