-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
Web interface does not start, s6 errors #76
Comments
Stupid. Just noticed my errors in startup line - missed the inside directories off each -v line. |
Changed the create to :
But I am still getting the "permission denied" errors and no running plex. |
if I run a bash shell I can start plex by running
but not by running:
|
this appears to be something specific to fedora at this stage of investigation. |
Why is this issue closed? Otherwise surely the issue should remain open -especially since there is no work around in here? There's more detail, including a work around here |
Because the issue is with fedora, it's not an s6 issue either. i've read both of those posts before. first line of the fedora page on docker "Docker is supported on Fedora version 22, 23, and 24." https://docs.docker.com/engine/installation/linux/fedora/ 25 isn't supported by docker |
When you say Docker isn't supported on Fedora 25 that's not strictly correct. The Linux distributions also provide their binaries of Docker that are optimized for their platforms. It sounds like you are making the statement that you'll only support docker inc. binaries rather than those provided by distributions (eg. centos, fedora, rhel, debian, ubuntu, etc). Personally I'd disagree with that decision, but if that's the official stance then it should be documented. That said I know that the Red Hat folks are looking at making the noexec on /run optional so this all might be a moot point ! In the mean time I'm working around this with VOLUME ['/run'] Thanks for the great work on this docker image.. |
I create and start exactly as described:
docker start plex
docker logs -f plex
and on and on...
I'm running
On Fedora 24
The text was updated successfully, but these errors were encountered: