I am able to run the manageIQ docker container at HTTPS port but need to need to run the container at HTTP.
Thanks in advance
I am able to run the manageIQ docker container at HTTPS port but need to need to run the container at HTTP.
Thanks in advance
I don’t know exactly its support or not, but I did curl inside the container at ‘127.0.0.1:3000’ it was printing whole html code of login page in the response.
curl from inside the container bypasses apache, but since it worked, there might be a way to create a container and leave apache out, if that’s what you need.