summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTomofumi Hayashi <tohayash@redhat.com>2016-11-30 11:44:44 +0900
committerzshi <zshi@redhat.com>2016-12-06 13:45:52 +0800
commit4cf2bf77fee85a3ae651bf0fd0f1a723c448e129 (patch)
treea602ee34cc0cee3f496ffc392644de67178d3460 /docs
parentec43484e1c8c8123a0e45c78d6fcb5a8d5560b43 (diff)
[RFC]Add dockerfile to support dovetail in CentOS
JIRA: DOVETAIL-151 This diff introduces an optional dovetail dockerfile based on CentOS. It provides users to have an alternative way to execute dovetail. It should be just a optional, so we should keep docker/Dockerfile as official one with dockerhub's image and we do not build docker images in CI phase for now. Change-Id: Ia694bcd49f65ff2bc175c1da3b42fbfa19b022a1 Signed-off-by: Tomofumi Hayashi <tohayash@redhat.com> Signed-off-by: Zenghui Shi <zshi@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/dovetailtool/dovetail.tool.installation.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/dovetailtool/dovetail.tool.installation.rst b/docs/dovetailtool/dovetail.tool.installation.rst
index 2f544480..29ebe895 100644
--- a/docs/dovetailtool/dovetail.tool.installation.rst
+++ b/docs/dovetailtool/dovetail.tool.installation.rst
@@ -115,6 +115,9 @@ 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.
+
Dovetail Docker container creation
----------------------------------