-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker finally removed -d so service does not start #442
Comments
This should be fixed in master and in the 5.1 release of the module that went out today. |
nope. Not with Ubuntu wily. :( |
I've not tested at all with Wily, although I'd be happy to see support there. I'll definitely have support for the Xenial LTS come later this year. This should just involve changes to the params in theory. If you could post a gist or similar output from the whole run that would be useful, the templates should in-theory be using the override with the new param: https://github.com/garethr/garethr-docker/blob/master/templates/etc/systemd/system/docker.service.d/service-overrides-debian.conf.erb#L5 |
hm. I just had a look through the repo, and I don't see why it should not work. Still, I installed v5.1.0 on my host, and I still got "-d" as daemon command. I am right now using the override_service_template parameter to use my own template as a quick fix, maybe I'll try again at some later point. Got to get something working until tomorrow and docker is essential to this ;) |
In version 1.10 docker has removed the "docker -d" parameter. It was already deprecated for a while, and now the service won't start any more.
The text was updated successfully, but these errors were encountered: