GitHub user jingyimei opened a pull request:
https://github.com/apache/madlib/pull/181
Add a script to start docker image
This is a script that does the following:
* Pull madlib/postgres_9.6:latest from docker;
* Mount your local madlib directory to docker container;
* Build madlib from source;
* Install madlib and run install check;
* Log into docker container from shell as postgres user, so that you
can run psql and start using madlib from here
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jingyimei/madlib docker_start_script
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/madlib/pull/181.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #181
----
commit 9f41a1a8dc63b80eb8239bf7f80896f844547a59
Author: Jingyi Mei <[email protected]>
Date: 2017-09-02T01:10:09Z
Add a script to start docker image
This is a script that does the following:
* Pull madlib/postgres_9.6:latest from docker;
* Mount your local madlib directory to docker container;
* Build madlib from source;
* Install madlib and run install check;
* Log in to docker container from shell as postgres user, so that you
can run psql and start using madlib from here
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---