Pivotal Greenplum Database Base Docker Image (4.3.7.1)
You will first need to download the Pivotal Greenplum Database 4.3.7.1 installer (.zip) located at https://network.pivotal.io/products/pivotal-gpdb and place it inside the docker working directory.
cd [docker working directory]
docker build -t [tag] .
docker run -i -p 5432:5432 [tag]
root/pivotal
gpadmin/pivotal
su - gpadmin
psql
Launch pgAdmin3
Create new connection using IP Address and Port # (5432)