Skip to content

Docker container build recipes for OpenNebula node in Dockerhub

License

Notifications You must be signed in to change notification settings

megamsys/docker_onenode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Opennebula Nodes:

In the baremetal node


mkdir -p /var/lib/one/datastores

chown 9869:9869 /var/lib/one/datastores

docker run -d --name one --privileged=true --net=host  -e SSH_AUTH_KEY="ssh-ed25519 AAAA... [email protected]" -v /var/lib/libvirt/:/var/lib/libvirt/ -v  /var/run/libvirt/:/var/run/libvirt/ -v /var/run/dbus/:/var/run/dbus/ -v /var/lib/one/datastores:/var/lib/one/datastores megamio/docker_onenode

About

Docker container build recipes for OpenNebula node in Dockerhub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages