maxpert / marmot

A distributed SQLite replicator built on top of NATS
https://maxpert.github.io/marmot/
MIT License
1.7k stars 42 forks source link

Dockerfile to build latest marmot #47

Closed disarticulate closed 11 months ago

disarticulate commented 1 year ago

Dockerfile will build marmot. Works like:

docker build --build-arg MACHINE_ID=$(cat /var/lib/dbus/machine-id) -t marmot .
docker run -it marmot marmot
maxpert commented 1 year ago

Can we add instructions for build instructions to README.md as well?

disarticulate commented 1 year ago

alright, updated readme.

maxpert commented 11 months ago

Given the latest work with Embedded NATS and demos. It would be nice to restructure this PR.

maxpert commented 11 months ago

We don't need dockerfile with complete tutorial anymore so I am closing this PR. Maybe we should have one simple docker image with marmot already part of image, and that is it.