Open fermelone opened 4 years ago
I am also wondering about this. I think the docker part is used for CI..
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.
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.
is there an official docker image somewhere?
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!