Skip to content
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

Closed
mheon opened this issue May 29, 2018 · 5 comments · Fixed by #2331
Closed

Podman ps and podman port with other container's network namespaces #846

mheon opened this issue May 29, 2018 · 5 comments · Fixed by #2331
Labels
locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.

Comments

@mheon
Copy link
Member

mheon commented May 29, 2018

If a container is created with --net=container, when podman ps and podman 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.

@vrothberg
Copy link
Member

@baude, @mheon : I think we can fix this along with some other networking work (e.g., POD issues).

@mheon
Copy link
Member Author

mheon commented Nov 19, 2018 via email

@mheon
Copy link
Member Author

mheon commented Nov 19, 2018 via email

@rhatdan
Copy link
Member

rhatdan commented Dec 22, 2018

What is the latest on this issue?

@mheon
Copy link
Member Author

mheon commented Dec 22, 2018

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 <bbaude@redhat.com>
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 <bbaude@redhat.com>
@github-actions 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
@github-actions github-actions bot locked as resolved and limited conversation to collaborators 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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants