2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 19:22:05 +00:00

update typo and add one note for xcat docker container document

This commit is contained in:
huweihua 2019-04-23 06:47:11 -04:00
parent 46f4dfaae8
commit 3ae58537b7

View File

@ -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 <docker_container_ip> -p 2200
.. Attention::
Need to set ``site`` table depending on your own environment.
For example ::
[xcatmn]# chtab key=master site.value=<docker_host_ip>
Now container ``xcatmn`` will work as a normal xCAT management node, can run xCAT commands directly.
For example ::