-
Notifications
You must be signed in to change notification settings - Fork 5
image is not working on Debian 11 #2
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
Comments
Hi @boschkundendienst. I use Debian 11 myself and the launch command works flawlessly. Maybe it has to do with some custom setup of your desktop. For the record, I'm using Please, follow these steps to try to debug the problem:
It may also suggest you to have a look at this article: https://docs.docker.com/config/daemon/ Regards. |
Hi, I followed your advise and did the following
As you can see, it just does not work. And there is no log. The docker version is I tried it with docker in a VM using VirtualBox and Qemu, both same result. It seems this is debian related but I have no clue why it does not work. Maybe the error is only when using a virtual debian but I can not try with a physical machine. |
Hi @boschkundendienst. I think I've found the problem. After doing my own tests, I discovered the following error message in the kernel log (
That reminded me of going through this problem in the past with other Docker images and solving it in my computer by adding the parameter Please give it a try and, if it works, I'll update the README file so I won't forget about this again. Regards. |
These articles were the ones I went through in the past when I was first faced with this issue:
I know that |
Hi @mablanco,
to
and a final Also thank you for the links, they are a good read about the initial problem. |
Thanks @boschkundendienst. Glad to be helpful! |
I tried both ways, directly using the image or create it myself with the dockerfile. I could not get it working on Debian 11.
With the dockerfile I received some errors which are in my opinion related to the fact, that some of the repos are no longer present or the URL has changed.
The image does not work on Debian 11 and even latest docker. It starts and immediately exits, I was not even able to debug in any way.
Then I tried it with Ubuntu 18.04 and the docker engine from its orginal repos and the command
ran flawlessly. It also works without problems on Arch and Manjaro.
Do you have any ideas what could be the problem??
P.S. The hello world example from docker always works! (
docker run hello-world
)The text was updated successfully, but these errors were encountered: