Merge "Start docker without -H to make chgrp work on socket"

This commit is contained in:
Jenkins 2015-08-07 23:51:21 +00:00 committed by Gerrit Code Review
commit cc8fedb910

@ -41,7 +41,7 @@ EOF
# Despite it shipping with /etc/sysconfig/docker, Docker is not configured to
# load it from it's service file.
sed -i -r 's,(ExecStart)=(.+),\1=\2 --insecure-registry operator.local:5000 --registry-mirror=http://operator.local:5000,' /usr/lib/systemd/system/docker.service
sed -i -r 's,(ExecStart)=(.+),\1=/usr/bin/docker -d --insecure-registry operator.local:5000 --registry-mirror=http://operator.local:5000,' /usr/lib/systemd/system/docker.service
systemctl daemon-reload
systemctl enable docker