Last active
September 23, 2019 18:06
-
-
Save mesmacosta/34baae4e7a733a1d0f616a822241f8f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Login as super user | |
| sudo -s | |
| apt-get install curl | |
| curl -sSL https://get.docker.com/ | sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://github.com/greenplum-db/gpdb/blob/master/src/tools/docker/README.md |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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