-
Notifications
You must be signed in to change notification settings - Fork 277
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
Error when running "linux" containers over Podman #1483
Comments
Hi |
@q2dg you might want to take a look at the container I assume it stopped or crashed. |
you should enable -d (debugging log) and you see the state of stopped and exited. That explains why the network namespace link is no longer existing. But I see you're using alpine containers, whcih do not have an entrypoint (or it is no long running process, unsure atm).
|
Oooh..it was that!!! The missing entrypoint!! Now it works perfectly with (root-ful) Podman! |
I've commented this issue in #643 (comment) , but I reference it here for visibility.
The text was updated successfully, but these errors were encountered: