From dfc55add483b071e50d72bc17e7c16534a8f4302 Mon Sep 17 00:00:00 2001 From: immarvin Date: Wed, 20 Jan 2016 03:52:37 -0500 Subject: [PATCH] is no longer mandatory, correct the doc --- docs/source/advanced/docker/run_xcat_in_docker.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/source/advanced/docker/run_xcat_in_docker.rst b/docs/source/advanced/docker/run_xcat_in_docker.rst index cd711d0fe..42ef85cec 100644 --- a/docs/source/advanced/docker/run_xcat_in_docker.rst +++ b/docs/source/advanced/docker/run_xcat_in_docker.rst @@ -140,12 +140,6 @@ Play with xCAT Once you attach or ssh to the container, you will find that xCAT is running and has already been well configured, you can play with xCAT and manage your cluster now. -Due to the features of Docker container, there are some differences from the xCAT documentation: - -* The "/install/sources" in the container is a data volume from Docker host to prevent the growth of the Docker container size. You should specify "-p /install/sources//", for example :: - - copycds -p /install/sources/rhels7.2/x86_64/ RHEL-7.2-Server-x86_64-dvd.iso - Known Issues ------------