Add /etc/default/docker support to upstart, too (mirroring sysvinit)#2652
Add /etc/default/docker support to upstart, too (mirroring sysvinit)#2652tianon merged 1 commit intomoby:masterfrom
Conversation
|
ping @mzdaniel |
|
Certainly, LGTM |
|
Thanks, @mzdaniel :) |
Add /etc/default/docker support to upstart, too (mirroring sysvinit)
|
Did this make it in, @tianon? The 0.8.0 |
|
@garthk yes, this was merged months ago and has been in several of our released versions now. Can you paste your "/etc/init/docker.conf"? It sounds like you might have modified it, and APT was being "kind" and didn't update it for you so that your changes would be preserved. |
|
I eventually figured out the Puppet module was over-writing I might also have permanently confused |
Now, we can have "/etc/default/docker" that contains:
DOCKER_OPTS="-D -H=unix:///var/run/docker.sock -H=tcp://127.0.0.1:4243"... and both Upstart and SysV will use it correctly to start the docker daemon with the proper options.