-
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 pod inspect POD
is inconsistent with podman inspect IMAGE|CONTAINER
#6757
Comments
podman pod inspect POD
is inconsistent with podman inspect POD|CONTAINER
podman pod inspect POD
is inconsistent with podman inspect IMAGE|CONTAINER
It looks like we also need to make |
podman container inspect Docker was moving away from not using three level of commands, I guess they have moved back |
The problem with using just podman inspect, is you have a naming conflicts. |
podman inspect --help could be updated to mention it is deprecated, and
mention these alternatives instead.
Right now `podman inspect --help` is a dead-end for discovery.
…On Thu, Jun 25, 2020, 7:15 AM Daniel J Walsh ***@***.***> wrote:
The problem with using just podman inspect, is you have a naming conflicts.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6757 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAGJZJITJAMQNPRIOUOPBTRYMWWXANCNFSM4OHDIKUA>
.
|
Interested in opening a PR to add this information? |
Thanks @markstos |
A friendly reminder that this issue had no activity for 30 days. |
@marcosps Since we merged the documentation change should I close this PR? Or should we actually make podman inspect also handle network and volumes to match Docker? |
@rhatdan Because of the tagline Personally, I never loved Docker and my company is not invested in it. I'm investigating |
@ashley-cui PTAL |
The information is there now.
|
@ashley-cui Are you still working on this? |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Looking to inspect something? Try
podman inspect
:Oh, you want to inspect a pod? You might guess that's not supported yet. It's supported, but the command name is inconsistent:
Steps to reproduce the issue:
Look at
podman inspect --help
Try to figure out how to inspect a pod.
Describe the results you received:
No support for inspecting pods was found
Describe the results you expected:
Either
podman inspect
should support inspecting pods, or if there's a good reason for having thepod
inspection feature underpodman pod
, then at leastpodman inspect --help
should mention the existence of the feature to redirect users who reasonably look for it underpodman inspect
.Output of
podman version
:For example, see #6734 where I use was told to give pod inspection output but failed to find it under
podman inspect
, causing more back-and-forth just to locate the command.The text was updated successfully, but these errors were encountered: