-
Notifications
You must be signed in to change notification settings - Fork 9
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
Error when starting httpd #6
Comments
I can't reproduce this. Are you running this as part of docker compose or some other docker orchestration tool? If so can you give us your full configuration? |
Yes at first I tried it with docker-compose. Then I got that 'pid-file permission denied' error message. After that I've tried it without docker-compose using above startup command with the same outcome:
When you tried to reproduce the error, did you delete your openmicroscopy/awstats image first? My Docker Version:
OS is Debian 8 x64 |
For testing I've started a container from your image with
That |
|
|
Can you share with us what options your docker daemon is using? Also, what filesystem is being used for |
How do I find out the options of the docker daemon? Do you mean the output of filesystem of the awstats container:
|
No, more:
or even just:
and regarding the filesystem, what does:
show? |
Don't have a
Filesystem:
|
Cloned your git repository and tried to build the Dockerfile, which failed saying that it can't extract the httpd package. Then I found multiple other people having the same problem. Looks like there is a bug in AuFS which leads to problems when running CentOS docker images on Debian/Ubuntu hosts. @joshmoore thanks for your help anyways! |
Glad you could track it down, @CramericaIndustries. Good luck! |
Hm... intressting. |
@siggepop : re-opening. If you find a workaround or have more details, please add them here. |
I tried this. Broke my whole OCP cluster. Will not recommend. |
launch command:
docker run --rm -p 5001:8080 -v /docker/awstats/awstats-db:/var/lib/awstats openmicroscopy/awstats httpd
Output:
The text was updated successfully, but these errors were encountered: