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

qurius-inc/gpdb-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Greenplum Database Docker image

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%