Skip to content
/ prestodb Public

This repository is for Prestodb docker image creation

Notifications You must be signed in to change notification settings

pmady/prestodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prestodb

Default prestodb version was 0.232.1 (latest) as of march 24 2020. But please update the PRESTO_VERSION

To build coordinator node

docker build -t presto-coordinator --build-arg TYPE=coordinator .

To build worker node

docker build -t presto-worker --build-arg TYPE=worker .

To run image

docker run -itd -p 8080:8080 presto-coordinator

About

This repository is for Prestodb docker image creation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published