Re: pgadmin4 in Cloud Foundry

2018-04-20 Thread Tom C
Hello, I was able to successfully load pgadmin4 into CF with a different docker image. docker image: fenglc/pgadmin4 -Tom On Thu, Apr 19, 2018 at 9:52 PM, Tom C wrote: > Hello, > > I am able to run pgadmin4 in a Docker Container. I have been trying to > take the same

Re: pgadmin4 in Cloud Foundry

2018-04-20 Thread Robert Eckhardt
Tom, Are you just trying to get something up on CF or are you trying to make it a 'proper' CF app? Currently we build pgAdmin in CF multiple times a day, however, we aren't building the proper server application we are only building the desktop app in the cloud. We'd be happy to show you what we

Re: pgadmin4 in Cloud Foundry

2018-04-20 Thread Dave Cramer
On 20 April 2018 at 06:02, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > Right now it is not possible to pass cert and key via variables. > Please create a feature request for the same HERE > > > Alternatively you can

Re: pgadmin4 in Cloud Foundry

2018-04-20 Thread Murtuza Zabuawala
Hi, Right now it is not possible to pass cert and key via variables. Please create a feature request for the same HERE -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Fri, Apr 20,

pgadmin4 in Cloud Foundry

2018-04-19 Thread Tom C
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