Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sample using docker image with a mounted volume #1730

Open
alecgrieser opened this issue Jun 20, 2019 · 0 comments
Open

Add sample using docker image with a mounted volume #1730

alecgrieser opened this issue Jun 20, 2019 · 0 comments

Comments

@alecgrieser
Copy link
Contributor

We have some examples on how to use our server docker image in a few different ways, but it should also be possible to use a mounted volume to persist a local cluster between runs. (The current example loses all data after the cluster shuts down (the intended use case being for developers to use it for local testing).) If the docker compose network is set up with a mounted volume on the host, then it should work except that docker's mounted file system doesn't support direct I/O (alas), so the start up script would need to set the proper knob (which maybe is worth showing in and of itself).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant