Search Docker Hub
simple-postgres-presto
By jimexist
simple setup of presto connecting to postgres
3.7K
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
Content type
Image
Digest
Size
810.7 MB
Last updated
almost 10 years ago
docker pull jimexist/simple-postgres-presto