Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (18 loc) · 811 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 811 Bytes

gpdb-docker

Pivotal Greenplum Database Base Docker Image (4.3.7.1)

Building the Docker Image

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] .

Running the Docker Image

docker run -i -p 5432:5432 [tag]

Container Accounts

root/pivotal

gpadmin/pivotal

Using psql in the Container

su - gpadmin

psql

Using pgadmin outside the Container

Launch pgAdmin3

Create new connection using IP Address and Port # (5432)