losfair / mvsqlite

Distributed, MVCC SQLite that runs on FoundationDB.
https://github.com/losfair/mvsqlite/wiki
Apache License 2.0
1.39k stars 39 forks source link

Docker image on docker hub #25

Open jbenguira opened 2 years ago

jbenguira commented 2 years ago

Hello, thanks for your very interesting work! It would be really nice to have a public docker image to be able to try it in few seconds

I'm pretty sure this will boost interest and usage as well

losfair commented 2 years ago

Thanks for the suggestion! Indeed a Docker image would be very useful for "quickstart" scenarios.

I'm a bit hesitant on what to include in the image though. Should it just expose an SQLite shell? Should it pack FoundationDB and mvstore and provide the storage service only (in which case the user still needs to pull libmvsqlite_preload.so manually)?

jbenguira commented 2 years ago

Thanks for considering it :) It should pack everything so it's very easy to start it with a single docker command

You can also create a docker-compose.yml file if you want to create it as several containers