# gpdb-docker **Repository Path**: github_speed/gpdb-docker ## Basic Information - **Project Name**: gpdb-docker - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-26 - **Last Updated**: 2025-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gpdb-docker Pivotal Greenplum Database Base Docker Image (4.3.7.1) [![](https://images.microbadger.com/badges/version/pivotaldata/gpdb-base.svg)](https://microbadger.com/images/pivotaldata/gpdb-base "Get your own version badge on microbadger.com") # 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)