-
Notifications
You must be signed in to change notification settings - Fork 379
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
support init system s6 (error: unable to mkdir /var/run/s6) #136
Comments
This on itself is not surprising. Looking a bit closer, it seems that those images use init system/supervisor s6. As a quick'n'dirty fix you can run x11docker with I'll look closer on how/if x11docker could support
Can you give me other examples, please? I could not find the Dockerfile for |
of course i will add them here. lots of emby version i tried has the same base so i will check the transmission ones. For example this one :
which uses this one as a base:
|
I have added support for s6-overlay with option Please update x11docker to master version and try out. There might be still some issues I did not see on my first test runs. Please report if you find something. Try e.g. Currently x11docker only supports the specialized |
i tried with x11docker version: 5.5.1 and no luck.
|
You have tried the latest stable release. |
thanks a lot. it works. i wanna ask you 2 off topic question if you don't mind.
How can i mitigate this with out kicking out me user out of docker group?
What are exact security implication of this warning and how can i harden it? |
You cannot, unfortunately.
Make entries in
Than you can run
You can see the created docker command with option Differences to a regular x11docker start:
This is a subset of default docker privileges that is needed to allow user switching in container. User switching from root to unprivileged user is needed for Another difference:
The init system and its services run as root. You cannot harden this except not using However, don't take this too hard. |
lots of docker images throws
is there a way to solve this issue securely? For example emby/embyserver image.
The text was updated successfully, but these errors were encountered: