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

/tmp not writable #14

Open
tscholak opened this issue Apr 22, 2015 · 0 comments
Open

/tmp not writable #14

tscholak opened this issue Apr 22, 2015 · 0 comments

Comments

@tscholak
Copy link

For some reason, /tmp stopped being writable within the plex container. Since this is where plex stores transcodes, videos couldn't be played. As a workaround, I made /tmp into a volume, i.e. I ran

docker run -d --net="host" --privileged="false" --name="plex" -v /path/to/plex/config:/config -v /path/to/video/files:/data -v /path/to/temporary/directory:/tmp needo/plex

Maybe I should mention that I'm running docker on Fedora 21 in SELinux mode enforcing. I also had to remove the link to /etc/localtime. Otherwise, docker-run would fail with System error: Relabeling content in /usr is not allowed.

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

1 participant