-
Notifications
You must be signed in to change notification settings - Fork 575
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
start with persistent storage (/data/dump.rdb) volume-shared-filesystems #47
Comments
It looks like docker is treating that as a name for a volume rather than a path. |
I tried your recommendations, however end up with same results,
without
|
We should implement a fix similar to docker-library/mongo#81 (and the other issues linked there), but you can work around it with the following:
Once we make the similar fix you wouldn't need the |
seems fine now, I also added --appendonly yes for "persistent storage" - Do I still need to do that?)
|
Yeah, you will still need that, since that is not the default. |
Fix based on following comment: redis/docker-library-redis#47 (comment)
I'm trying to "start with persistent storage" Redis docker using Docker run reference, however, inside of docker container I see
/data/dump.rdb
file, yet on host I do not:please advise)
The text was updated successfully, but these errors were encountered: