Docker Daemon ExecStart initial value has changed?
Minimonium opened this issue · 2 comments
Minimonium commented
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?
StefanScherer commented
Thanks. Wow that change also brings trouble in this repo.
The problem will be fixed in docker/docker-ce-packaging#257
Minimonium commented
Thanks for the info!