diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-10-16 09:00:13 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2017-10-16 09:00:13 +0800 |
commit | 7a5c623a6cd2d64b1cf5a2226d4d3073b5db05b8 (patch) | |
tree | fb36b72044a7b1c3244ff06f2bcaf9912f8361c3 /docs/installation.rst | |
parent | 2795cff4f550fe77d880ae06981e5ba9eb3e6fba (diff) |
Update vfc install guide docs
Add docker service install guide
Change-Id: I94c9ec73389ed69db0eb291c4d7b7202f73a5839
Issue-Id: VFC-526
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'docs/installation.rst')
-rw-r--r-- | docs/installation.rst | 10 |
1 files changed, 9 insertions, 1 deletions
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 +++++ |