Skip to content

Instantly share code, notes, and snippets.

@mesmacosta
Last active September 23, 2019 18:06
Show Gist options
  • Select an option

  • Save mesmacosta/34baae4e7a733a1d0f616a822241f8f2 to your computer and use it in GitHub Desktop.

Select an option

Save mesmacosta/34baae4e7a733a1d0f616a822241f8f2 to your computer and use it in GitHub Desktop.
# Login as super user
sudo -s
apt-get install curl
curl -sSL https://get.docker.com/ | sh
https://github.com/greenplum-db/gpdb/blob/master/src/tools/docker/README.md
sudo -s
apt-get install git
git clone https://github.com/greenplum-db/gpdb
docker run -t -v ~/gpdb:/home/gpadmin/gpdb_src --privileged --security-opt seccomp:unconfined -i pivotaldata/gpdb6-centos7-build:latest bash
Follow steps on:
https://github.com/greenplum-db/gpdb/blob/master/README.docker.md
# Install pip
yum -y update
yum -y install python-pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment