From: fujinhua Date: Mon, 16 Oct 2017 01:00:13 +0000 (+0800) Subject: Update vfc install guide docs X-Git-Tag: v1.0.1~43 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7a5c623a6cd2d64b1cf5a2226d4d3073b5db05b8;p=vfc%2Fnfvo%2Flcm.git Update vfc install guide docs Add docker service install guide Change-Id: I94c9ec73389ed69db0eb291c4d7b7202f73a5839 Issue-Id: VFC-526 Signed-off-by: fujinhua --- diff --git a/docs/installation.rst b/docs/installation.rst index 8191c54d..c72c77a5 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -8,7 +8,15 @@ Describe the environment and steps to install VF-C components. Environment +++++++++++ -VF-C components can run as docker, docker server should be installed before install VF-C components. +VF-C components can run as docker, docker service should be installed before install VF-C components. + +The following scripts show the docker service install commands in centos7. + +:: + + yum install docker + systemctl enable docker.service + systemctl start docker.service Steps +++++