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 ::