Skip to content
This repository was archived by the owner on Sep 22, 2019. It is now read-only.

pbanaszkiewicz/ganeti_webmgr-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ganeti_webmgr-docker

Docker installation for Ganeti Web Manager.

Requirements

  • Docker

Installation

Simply clone this repo:

git clone https://github.com/pbanaszkiewicz/ganeti_webmgr-docker.git

Configuration

Not required.

Running

First you have to build a container with Docker:

cd ganeti_webmgr-docker
sudo docker build -t ganeti_webmgr .

(It will take a while to download all the necessary dependencies and then compile some packages).

Then simply run the container:

sudo docker run -p 8000:8000 ganeti_webmgr

Congrats! Ganeti Web Manager should now be reachable from localhost:8000.

About

Docker installation for Ganeti Web Manager

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages