Bug 1286408

Summary: [Feature Request] Socket activate the docker daemon
Product: [Fedora] Fedora Reporter: Andrew Cook <ariscop>
Component: dockerAssignee: Lokesh Mandvekar <lsm5>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 23CC: adimania, admiller, dustymabe, dwalsh, ichavero, jcajka, jchaloup, lsm5, miminar, vbatts
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-11-30 14:52:46 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
docker.socket
none
docker.service none

Description Andrew Cook 2015-11-29 07:29:21 UTC
Support was added in https://github.com/docker/docker/pull/3105 and can be enabled by passing -H fd:// to the daemon

Comment 1 Andrew Cook 2015-11-29 07:30:06 UTC
Created attachment 1100099 [details]
docker.socket

Comment 2 Andrew Cook 2015-11-29 07:30:57 UTC
Created attachment 1100100 [details]
docker.service

Comment 3 Daniel Walsh 2015-11-30 14:52:46 UTC
We used to have this, but it breaks a key feature of docker, which is starting docker services on reboot.  So this is  not something we want to support.

Comment 4 Andrew Cook 2015-11-30 21:14:21 UTC
http://docs.docker.com/engine/reference/run/#restart-policies-restart

for reference if anyone else stumbles across this bug