add CentOS's docker config file in multinode.rst

Change-Id: Ie3a7256265f2b1a05c1af1e887b48d48c140c022
Signed-off-by: Zhou Ya <zhou.ya@zte.com.cn>
This commit is contained in:
Zhou Ya 2016-09-08 10:27:32 +08:00 committed by zhouya
parent 9974652588
commit b364c67c7b

View File

@ -64,6 +64,11 @@ variable and add ``$DOCKER_OPTS`` to the end of ExecStart in ``[Service]``
section:
::
# CentOS
[Service]
MountFlags=shared
EnvironmentFile=/etc/sysconfig/docker
ExecStart=/usr/bin/docker daemon $INSECURE_REGISTRY
# Ubuntu
[Service]