Skip to content

Dockerfiles for containerized OpenNebula front-end for testing.

Notifications You must be signed in to change notification settings

svallero/docker_onemaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

docker_onemaster

Dockerfiles for containerized OpenNebula installation on CentOS 7.

The container runs both the main daemon and the scheduler, since up to ONE release 4 it is not possible to specify an XML-RPC endpoint for the scheduler other than localhost (http://dev.opennebula.org/issues/4404). Sould be fixed in release 5.

docker run -d --name onemaster -e ONE_PASSWORD=mypassword -p 2633:2633 -v your_path:/var/log/one -v your_path:/var/lib/one svallero/docker_onemaster:latest

About

Dockerfiles for containerized OpenNebula front-end for testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages