This document describes how to create docker images for Greenplum and using docker-compose to use Greenplum docker(s) with other dockers such as Cloudera, Hortonworks and others https://pivotal.io/pivotal-greenplum
This section describes how to automaically download Pivotal Greenplum binaries from Pivotal Network. It uses this tool. Internally, it depends on Pivotal API, in order to retrieve the list of files associated to a particular Greenplum release.
For more details, click here
This example works once you have downloaded GPDB binaries from Pivnet and build a docker image. For more details, click here
For more details to download GPDB from Pivnet, click here
Run GPDB and Cloudera instance:
$ ./runDocker.sh -t cloudera -c up
Stop GPDB and Cloudera instance:
$ ./runDocker.sh -t cloudera -c down
This example works once you have downloaded GPDB binaries from Pivnet and build a docker image. For more details, click here
For more details to download GPDB from Pivnet, click here
$ ./runDocker.sh -t postgres9.6 -c up