https://github.com/megamsys/docker_onenode
Docker container build recipes for OpenNebula node in Dockerhub
https://github.com/megamsys/docker_onenode
Last synced: 4 months ago
JSON representation
Docker container build recipes for OpenNebula node in Dockerhub
- Host: GitHub
- URL: https://github.com/megamsys/docker_onenode
- Owner: megamsys
- License: mit
- Created: 2017-04-24T10:33:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-26T04:21:15.000Z (over 8 years ago)
- Last Synced: 2025-04-02T11:49:32.930Z (6 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 1
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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... oneadmin@oneadmin.cz" -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
```