From 3ae58537b73a80bb33d05ac7ac6fe1470c15f228 Mon Sep 17 00:00:00 2001 From: huweihua Date: Tue, 23 Apr 2019 06:47:11 -0400 Subject: [PATCH] update typo and add one note for xcat docker container document --- .../docker/dockerized_xcat/run_xcat_in_docker_host.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/source/advanced/docker/dockerized_xcat/run_xcat_in_docker_host.rst b/docs/source/advanced/docker/dockerized_xcat/run_xcat_in_docker_host.rst index b77fe96b5..826c30ce0 100644 --- a/docs/source/advanced/docker/dockerized_xcat/run_xcat_in_docker_host.rst +++ b/docs/source/advanced/docker/dockerized_xcat/run_xcat_in_docker_host.rst @@ -39,7 +39,7 @@ Pull the xCAT Docker Image from DockerHub To pull the latest xCAT Docker image, run :: - [dockerhost]# sudo docker pull xCAT/xCAT2:latest + [dockerhost]# sudo docker pull xcat/xcat2:latest Run xCAT in Docker Container @@ -98,6 +98,14 @@ Also can enter xCAT Docker container through ``ssh`` :: [anynode]# ssh -p 2200 +.. Attention:: + Need to set ``site`` table depending on your own environment. + +For example :: + + [xcatmn]# chtab key=master site.value= + + Now container ``xcatmn`` will work as a normal xCAT management node, can run xCAT commands directly. For example ::