Hello,

I am able to run pgadmin4 in a Docker Container. I have been trying to take
the same docker image and run it as a Cloud Foundry Docker enabled app. My
problem is this Docker image requires certificates and private key mapped
to a Docker volume as explained here
https://hub.docker.com/r/dpage/pgadmin4/

I can't pass these files into the Docker container when it's hosted in
Cloud Foundry. Is there a way to pass the cert and key in as environment
variables instead?

Thanks.

-Tom

Reply via email to