Sign inSign up

xcat/xcat2

By xcat

Updated over 7 years ago

xCAT in a Docker Container

Image
1

4.2K

xcat/xcat2 repository overview

xCAT is an open-source tool for automating deployment, scaling, and management of bare metal servers and virtual machines. This container is maintained by xCAT team in http://github.com/xcat2/xcat-docker.

Run the xCAT Docker container with the Docker image:

$ sudo docker run -d \
     --name xcatmn  \
     --network=host  \
     --hostname xcatmn \
     --privileged   \
     -v /sys/fs/cgroup:/sys/fs/cgroup:ro  \
     -v /xcatdata:/xcatdata     \
     -v /var/log/xcat:/var/log/xcat  \
     -v /customer_data:/customer_data   \
     xcat/xcat2:latest

And then you can access it via ssh on port 2200 or docker exec -it xcatmn /bin/bash For more details, check the xCAT documents

Tag summary

Content type

Image

Digest

Size

442.7 MB

Last updated

over 7 years ago

docker pull xcat/xcat2