https://bugzilla.redhat.com/show_bug.cgi?id=1166082
--- Comment #7 from Lars Kellogg-Stedman <[email protected]> --- Lalatendu, The "docker.socket" unit is enabled on a fresh install from the 2014-11-12 image: # systemctl status docker.socket ● docker.socket - Docker Socket for the API Loaded: loaded (/usr/lib/systemd/system/docker.socket; enabled) Active: active (listening) since Thu 2014-11-20 16:08:17 UTC; 5min ago Listen: /var/run/docker.sock (Stream) With a fresh install from the 2014-11-12 image (1877f1fa64), "docker.socket" is enabled when the system first boots, so there doesn't appear to be a problem here: # systemctl list-units | grep docker docker.socket loaded active listening Docker Socket for the API The service will activate when a client connects. With an image upgraded today (2014-11-20 10:32:27 1646d717e9), both the socket and service appear to be enabled and active at boot: # systemctl list-units | grep docker docker.service loaded active running Docker Application Container Engine docker.socket loaded active running Docker Socket for the API -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ golang mailing list [email protected] https://lists.fedoraproject.org/mailman/listinfo/golang
