cmu-db / ottertune

The automatic DBMS configuration tool
Other
1.21k stars 308 forks source link

What's the status of the docker deployment? #419

Open fermelone opened 3 years ago

fermelone commented 3 years ago

Hi! First of all, great project! I think it's a snapshot of the future of DBMS offerings.

Re Docker: It feels I only spin up the server side, and not a version that reflects the manual python deployment (not sure which one is not updated?)

Do you recommend running the Docker deployment for this project, and am I missing any components (client)?

Thanks!

haojinglu commented 3 years ago

I am also wondering about this. I think the docker part is used for CI..

haojinglu commented 3 years ago

Have you tried docker deployments so far? I have set up the sever and client parts as well as a target database which is running in a container. However, the restart operation from DRIVER will kill the container thus cause an error.

bohanjason commented 3 years ago

Thanks for your interests. I recommend to set up the server in docker, and run the driver on your local machine. Running driver in docker is not supported in this open source repo.

ToeiRei commented 3 years ago

is there an official docker image somewhere?