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

docker: Error response from daemon: Bind mount failed #376

Closed
ridgers opened this issue May 20, 2022 · 3 comments
Closed

docker: Error response from daemon: Bind mount failed #376

ridgers opened this issue May 20, 2022 · 3 comments

Comments

@ridgers
Copy link

ridgers commented May 20, 2022

Hello, when creating my container, I get the above error.

This is the command I am using:
sudo docker run -d --name=crashplan-pro -e USER_ID=0 -e GROUP_ID=0 -e CRASHPLAN_SRV_MAX_MEM=16G -e SECURE_CONNECTION=0 -p 5800:5800 -v /volume1/docker/appdata/crashplan-pro:/config:rw -v $HOME:/volume1:ro --restart always jlesage/crashplan-pro

Running on a Synology DS1821+
DSM 7.0.1-42218 Update 3

Docker had been working normal until about 7 days ago when Crashplan issued an update and I attempted to update the docker image.

Kind regards,

@jlesage
Copy link
Owner

jlesage commented May 20, 2022

Try to replace $HOME with the actual path you want to map.

Note that /volume1, can't be mapped directly: you need to map folders under it instead.

@ridgers
Copy link
Author

ridgers commented May 21, 2022 via email

@jlesage
Copy link
Owner

jlesage commented May 21, 2022

Great!

@jlesage jlesage closed this as completed May 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants