This image provides ManageIQ using the podified frontend image as a base along with PostgreSQL.
A typical build takes very little time to complete. It needs to be initiated from the root directory of the manageiq git repository
docker build -t manageiq/manageiq .
The first time you run the container, it will initialize the database, please allow 2-4 mins for MIQ to respond.
docker run -di -p 80:80 -p 443:443 manageiq/manageiq
Please note you can ommit some ports from the run command if you don't need to use them
atomic install -n <name> manageiq
atomic run -n <name> manageiq
atomic stop -n <name> manageiq
atomic uninstall -n <name> manageiq
docker run -di -p 80:80 -p 443:443 docker.io/manageiq/manageiq
atomic install docker.io/manageiq/manageiq
atomic run docker.io/manageiq/manageiq
Note due to resource limitations you can not run more than a single container of manageiq on the same Atomic host
The web interface is exposed at port 443. Default login credentials.
Point your web browser to :
https://<your-ip-address>
For console access, please use docker exec from docker host :
docker exec -ti <container-id> bash -l
Use docker logs <container-id>
to view logs