aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/installation.rst10
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
+++++