-
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: output of ps with a conatiner publishing 1000 ports is sub-optimal #1358
Comments
@baude PTAL |
This still seems to be an issue. I am going fifo through our issue, sorry to be noisy today. @baude, do you find time to work on this or shall we re-assign? |
I'm working on a fix on and off (other urgent things keep intruding)
…On Mon, Nov 19, 2018, 08:17 Valentin Rothberg ***@***.*** wrote:
This still seems to be an issue. I am going lilo through our issue, sorry
to be noisy today. @baude <https://github.com/baude>, do you find time to
work on this or shall we re-assign?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1358 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHYHCNXs9f-DHl97e0R_H1RYI1pXR52Wks5uwq9_gaJpZM4WO6KP>
.
|
@mheon Are you still working on this? |
@rhatdan Yes, hope to get to it sometime during January |
@mheon Any updates? |
This is a solid week of work to get right due to the need for DB changes. I'd like to get it resolved, but it's lower priority than... most other things? |
This need parsing ports and formatting like
basically group ports in function portsToString , when list of continuous ports are mapped. @mheon, I can work on this, If you are busy. |
continuous published ports are grouped in ps output. bugfix: containers#1358 Signed-off-by: Kunal Kushwaha <[email protected]>
Awesome @kunalkushwaha Thanks |
@rhatdan Thank you for the invitation :) |
Were glad to add you to the contributors. |
And now I can assign you to issues. :^) |
Is this a BUG REPORT or FEATURE REQUEST?:
/kind feature
Description
If I publish many ports, the output of docker ps gets unreadable.
Steps to reproduce the issue:
podman run -it -p 1000-2000:1000-2000 --rm --name manyports centos /bin/bash
podman ps
Describe the results you received:
The output contains information about every port for both protocols.
Describe the results you expected:
I guess the same information which is used to start the container would be enough -
1000-2000:1000-2000
.Additional information you deem important (e.g. issue happens only occasionally):
issue happens always
Output of
podman version
:Output of
podman info
:Additional environment details (AWS, VirtualBox, physical, etc.):
physical Fedora 28
The text was updated successfully, but these errors were encountered: