Dockerized version of ovirt-engine, the management part of oVirt.
10K+
Dockerized version of ovirt-engine, the management part of oVirt.
Source is at https://github.com/rmohr/docker-ovirt-engine. With the current docker version on https://hub.docker.com it is not possible to build the image. See this bug for details.
4.0 4.0.5 4.0.5.5 4.0.5.5-1 latest (4.0/Dockerfile)
3.6 3.6.6 3.6.6.2 (3.6/Dockerfile)
docker run --name ovirt-postgres -e POSTGRES_PASSWORD=engine -e POSTGRES_USER=engine -e POSTGRES_DB=engine -d rmohr/ovirt-postgres
docker run --name ovirt-engine --link ovirt-postgres:postgres -e OVIRT_PASSWORD=engine -p 8443:8443 -d rmohr/ovirt-engine
Visit https://127.0.0.1:8443 and login with the user admin and the password
engine. Use a different value for the environment variable OVIRT_PASSWORD
to change the admin password.
docker logs ovirt-engine
ENV POSTGRES_USER engine # Postgres user
ENV POSTGRES_PASSWORD engine # Postgres password
ENV POSTGRES_DB engine # Postgres schema
ENV POSTGRES_HOST postgres # Postgres host
ENV POSTGRES_PORT 5432 # Postgres port
ENV OVIRT_FQDN localhost # Full qualified domain name of the engine
ENV OVIRT_PASSWORD engine # Admin password of the engine
ENV OVIRT_PKI_ORGANIZATION # PKI organization name
Content type
Image
Digest
Size
584.8 MB
Last updated
over 9 years ago
docker pull rmohr/ovirt-engine:3.6.7-1