2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

Merge pull request #6260 from hu-weihua/dockerupdate

update typo and add one reminder for xcat docker container document
This commit is contained in:
Mark Gurevich 2019-04-23 08:32:34 -04:00 committed by GitHub
commit adb1f98826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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