-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Cannot run the docker succesfully #68
Comments
Thank you for reporting the bug! |
As I can see, this is a common problem when mounting a docker volume with a file: https://stackoverflow.com/questions/42248198/how-to-mount-a-single-file-in-a-volume. You have probably failed to supply a valid and absolute path. ReplicaDB Docker works perfectly with the correct parameters for the docker command:
|
If you are using docker-compose file relative path should work and you shouldn't get the error again
|
I got this error when I tried running the instructed docker command
The text was updated successfully, but these errors were encountered: