From 7a5c623a6cd2d64b1cf5a2226d4d3073b5db05b8 Mon Sep 17 00:00:00 2001 From: fujinhua Date: Mon, 16 Oct 2017 09:00:13 +0800 Subject: Update vfc install guide docs Add docker service install guide Change-Id: I94c9ec73389ed69db0eb291c4d7b7202f73a5839 Issue-Id: VFC-526 Signed-off-by: fujinhua --- docs/installation.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'docs/installation.rst') 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 +++++ -- cgit 1.2.3-korg