containers / podman.io_old

Repository for podman.io website using GitHub Pages.
https://podman.io
Other
258 stars 135 forks source link

Add note for unavailability of -l option. #530

Closed doehyunbaek closed 2 years ago

doehyunbaek commented 2 years ago

I tried installing podman and following getting-started guide with my mac machine. And podman inspect -l option was not available. According to podman-inspect man page(https://github.com/containers/podman/blob/9cf38a0afbb2619b6eeacce7fade451b38e5bab6/docs/source/markdown/podman-inspect.1.md?plain=1#L35), this seems to be intended. This commit adds notes for potential mac users who could be confused by this section.

doehyunbaek commented 2 years ago

Apparently -l option is unavailable also for other commands like logs, top, stop, rm. Would mentioning this one for inspect suffice?

rhatdan commented 2 years ago

LGTM

TomSweeneyRedHat commented 2 years ago

LGTM thanks @doehyunbaek !