Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.12 KB

readme.md

File metadata and controls

39 lines (22 loc) · 1.12 KB

greenplum-docker

Docker for greenplum (6.13.0) database.

Build

docker build -t greenplum:6.13.0 .

Single Node Docker

From the command line execute the following command: docker run -it -p 5432:5432 --hostname=db_master_1 --name reflect-gpdb ubuntu-gpdb bash

Connect to your host on port 5432 user/pass is gpadmin/dataroad

Multi Node Docker-Compose

From the command line execute the following command: docker-compose up

You can connect to your host using PGADMIN on port 5432 user/pass is gpadmin/dataroad

Swarm Multi Node Docker-Compose

From the command line execute the following command: docker stack deploy -c docker-compose-stack.yml greenplum

You can connect to your host using PGADMIN on port 5432 user/pass is gpadmin/dataroad

singlehost

This file contains the name of the hosts to connect to. By default there is one host 'db_master_1'.

multihost

This file contains the name of the segments that the master connects to. This is used when running a multi-node cluster and has 3 segments in it.

gpinitsys

Configuration file for setting up the greenplum cluster.

##Questions?

[email protected]