https://bugzilla.redhat.com/show_bug.cgi?id=1144636
--- Comment #3 from Tomas Tomecek <[email protected]> --- Still not working for me: I had to go for workaround: (alias sc="systemctl") $ sc start docker Job for docker.service failed. See 'systemctl status docker.service' and 'journalctl -xn' for details. $ sc status docker ● docker.service - Docker Application Container Engine Loaded: loaded (/usr/lib/systemd/system/docker.service; static) Active: failed (Result: exit-code) since Fri 2014-10-03 09:22:36 CEST; 9s ago Docs: http://docs.docker.com Process: 15807 ExecStart=/usr/bin/docker -d -H fd:// $OPTIONS $DOCKER_STORAGE_OPTIONS (code=exited, status=1/FAILURE) Main PID: 15807 (code=exited, status=1/FAILURE) Oct 03 09:22:36 quahog docker[15807]: 2014/10/03 09:22:36 docker daemon: 1.2.0 fa7b24f/1.2.0; execdriver: native; graphdriver: Oct 03 09:22:36 quahog docker[15807]: [4d8d9691] +job serveapi(fd://) Oct 03 09:22:36 quahog docker[15807]: 2014/10/03 09:22:36 SELinux is not supported with the BTRFS graph driver! Oct 03 09:22:36 quahog systemd[1]: docker.service: main process exited, code=exited, status=1/FAILURE Oct 03 09:22:36 quahog systemd[1]: Failed to start Docker Application Container Engine. Oct 03 09:22:36 quahog systemd[1]: Unit docker.service entered failed state. $ rpm -q docker-io docker-io-1.2.0-3.fc21.x86_64 $ getenforce Permissive $ cat /etc/sysconfig/docker OPTIONS=--selinux-enabled -- 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
