-
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
docker commit: recursion issue: [WARN tini (20)] Tini is not running as PID 1 #146
Comments
Ok, I see ... |
Warning is gone but issue continues. This time there are no warnings but also there is no window even though xpra indicator indicates that there is a one. I don't know if 2 cases related to same cause or have different causes. also
this note on recently created image container can be a clue for you. |
I did some tests, it affects arbitrary images regardless of used options. I have no idea yet how to allow Another approach:
A new image created this way will work without issues. |
docker commit: Throw error if running a recursive image created from x11docker container #146
I've had a closer look and don't see a good and clean way to resolve this. The latest commit to master branch detects this situation and exits with an error instead of running into the recursion loop. Sorry that I cannot provide a better solution. Thank you for reporting this issue! |
To explain the issue: The problem is that x11docker containers run with CMD command An image created with |
I forgot this one:
You can use images created with |
Recreation steps:
then while that container running with new terminal connect with:
then in this terminal make some changes for example:
test installation with:
installation successful.
then close that connected terminal or don't close it won't change the outcome, and with new terminal
it should create the new image.
then close or don't close the container it won't change the outcome and try to start a new container from your newly created image:
with one of these:
the output is like this:
then terminate the process with frustration and ctrl + c then go to https://github.com/mviereck/x11docker/issues/new to create a new issue and win back your sanity.
Also this warning is not a just a warning and container does not function as it should be.
The text was updated successfully, but these errors were encountered: