Cloudforms docker container on Azure

Posted on

Hi,

I have a CentOS 7.2 running in Azure. I installed docker and pulled the cloudforms docker container. The VM is running with 4 cores and 14G RAM.

The following cmd is executed:
docker run --privileged -di -p 80:80 -p 443:443 cloudforms/cfme4:latest

When the container starts, I log in via
docker exec -it bash

If I verify systemctl status. at first the state is "Starting". When I check it again after a minute the state is changed to "degraded".
Digging into the Container "log" folder I consulted the different log files but can't find anything that could lead to a cause.

Please advise.

Responses