-
Notifications
You must be signed in to change notification settings - Fork 5
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
Cloud not start with Volume Mapping #18
Comments
@mac-linux-free can you please post the full docker command |
docker run -d --name piler -p 25:25 -p 80:80 -p 443:443 -v /root/piler-data:/var/piler -e PILER_HOST=archive.tld.de woa7/piler |
if I start the container without the volume mapping and stop it and rsync the /var/lib/docker/volumes/... to /root/piler-data the volume mapping is working |
its sounds like a ID problem. more info is also in the readme https://github.com/woa7/docker-piler/blob/master/README.md |
On a Synology I have a similar issue. Though started with:
I see the following:
Suggestions? : ) |
Hello,
I could not start the container with volume mapping. If I leave out "-v /var/piler-data...." it is working.
What am I doing wrong?
Thank you.
The text was updated successfully, but these errors were encountered: