-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Podman ps and podman port with other container's network namespaces #846
Labels
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Comments
Agree - this is very important for pod work
…On Mon, Nov 19, 2018, 07:08 Valentin Rothberg ***@***.*** wrote:
@baude <https://github.com/baude>, @mheon <https://github.com/mheon> : I
think we can fix this along with some other networking work (e.g., POD
issues).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#846 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHYHCIwgntjzwWeb83kjqrsEsGSK99eAks5uwp8pgaJpZM4USR8T>
.
|
I think Port may be partially fixed already
…On Mon, Nov 19, 2018, 08:05 Matthew Heon ***@***.*** wrote:
Agree - this is very important for pod work
On Mon, Nov 19, 2018, 07:08 Valentin Rothberg ***@***.***
wrote:
> @baude <https://github.com/baude>, @mheon <https://github.com/mheon> : I
> think we can fix this along with some other networking work (e.g., POD
> issues).
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#846 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AHYHCIwgntjzwWeb83kjqrsEsGSK99eAks5uwp8pgaJpZM4USR8T>
> .
>
|
What is the latest on this issue? |
Fairly certain this is still broken |
baude
added a commit
to baude/podman
that referenced
this issue
Feb 13, 2019
in cases where a container is part of a network namespace, we should show the network namespace's ports when dealing with ports. this impacts ps, kube, and port. fixes: containers#846 Signed-off-by: baude <[email protected]>
github-actions
bot
added
the
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
label
Sep 24, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
If a container is created with
--net=container
, whenpodman ps
andpodman port
are run on the container, we won't see any ports (as the ports are bound in the network namespace of another container). We should account for this and display the ports of the other container here, as the container does have ports forwarded to it.The text was updated successfully, but these errors were encountered: