sipgate / ganeti-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A docker container running a ganeti virtual/fake cluster

This is a debian 10 container running a virtual ganeti cluster. You can expose the RAPI on Port 5080 to interact with the cluster.

Install

You can use GitHub packages to pull the image or build it yourself.

Howto build

sudo docker build .

Howto run

[sudo] docker run -d -p 5080:5080 --cap-add=NET_ADMIN $docker_image_id

About

License:MIT License


Languages

Language:Shell 82.9%Language:Dockerfile 17.1%