Sign inSign up

jimexist/simple-postgres-presto

By jimexist

Updated almost 10 years ago

simple setup of presto connecting to postgres

Image
0

3.7K

jimexist/simple-postgres-presto repository overview

Dockerized PrestoDB

This is is mainly for usage with CircleCI.

To run within CircleCI that has Postgres:

docker run -d --name presto1 -p 8080:8080 -h presto --add-host postgresql:$(ip addr show docker0 | grep "inet\b" | awk '{print $2}' | cut -d/ -f1) jimexist/simple-postgres-presto

Tag summary

Content type

Image

Digest

Size

810.7 MB

Last updated

almost 10 years ago

docker pull jimexist/simple-postgres-presto