From 12a5882947b6ae8320dd891824f3e0973b689ba0 Mon Sep 17 00:00:00 2001 From: immarvin Date: Mon, 18 Jan 2016 03:14:48 -0500 Subject: [PATCH] refine the doc --- docs/source/advanced/docker/run_xcat_in_docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/advanced/docker/run_xcat_in_docker.rst b/docs/source/advanced/docker/run_xcat_in_docker.rst index dd05eb377..c5828d115 100644 --- a/docs/source/advanced/docker/run_xcat_in_docker.rst +++ b/docs/source/advanced/docker/run_xcat_in_docker.rst @@ -86,7 +86,7 @@ Now create the xCAT Docker container with the Docker image "xcat/xcat-ubuntu-x86 * use ``--privileged=true`` to give extended privileges to this container * use ``--dns`` and ``--dns-search`` to specify the name server and dns domain for the container,which will be written to ``/etc/resolv.conf`` of the container * use ``--hostname`` to specify the hostname of the container, which is available inside the container -* use ``--name`` to assign a name to the container +* use ``--name`` to assign a name to the container, this name can be used to manipulate the container on Docker host * use ``--add-host`` to write the ``/etc/hosts`` entries of Docker host and Docker container to ``/etc/hosts`` in the container * use ``--net=none`` not to create networking for the container