summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTomofumi Hayashi <tohayash@redhat.com>2016-12-08 00:19:46 +0900
committerTomofumi Hayashi <tohayash@redhat.com>2016-12-09 01:36:13 +0900
commit046c4406619fd3c66a892993e9d0ac0dea6d32d8 (patch)
treee5b44011028cbb5e3f43511c6d202b07e1bade3a /docs
parent3530fae4e072a5102d448304e88473fcd45d5d36 (diff)
Add more document and fix dockerfile for CentOS
Add how to build container from dockerfile and add missing config for CentOS dockerfile. This fix is verified that functest/yeardstick are called successfully under debug/proposed_tests testsuite. Change-Id: Icb31331ecd78b8fccd69ac960c24340b605e54bf Signed-off-by: Tomofumi Hayashi <tohayash@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/dovetailtool/dovetail.tool.installation.rst12
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/dovetailtool/dovetail.tool.installation.rst b/docs/dovetailtool/dovetail.tool.installation.rst
index 29ebe895..7826f33f 100644
--- a/docs/dovetailtool/dovetail.tool.installation.rst
+++ b/docs/dovetailtool/dovetail.tool.installation.rst
@@ -115,8 +115,16 @@ Pull Dovetail Docker image from public Dockerhub
<Tag> here is the version, 'latest' is used for the master branch.
-As an alternative way, you can build own docker image from Dockfile(s) under ``docker/`` directory,
-``Dockerfile`` is based on ubuntu system and ``Dockerfile.centos7`` is for centos7.
+(Optional) Create Docker image from Dockerfile
+-----------------------------------------------
+Instead of an official Docker image, you can build your own Docker image from
+Dockerfile(s) located under the ``docker/`` directory. The ``Dockerfile``
+is based on Ubuntu and the ``Dockerfile.centos7`` file is for a CentOS based
+Docker image.
+
+::
+
+ sudo docker build -t <your_new_image_name> -f <your_Dockerfile> .
Dovetail Docker container creation
----------------------------------