mirror of
https://github.com/containers/podman.git
synced 2025-10-17 11:14:40 +08:00
[CI:DOCS] markdown cleanup
* podman-inspect: make references be live links, not a static list. Also, remove container- and image-inspect, because those are NOPs. * podman-pull: add a missing right-paren * podman-search, podman: remove unwanted indentation from some file descriptions. Markdown indentation renders as one very very long line, requiring the user to use a horizontal scroll bar to read the text. I searched using grep '^ ' and eyeball-looking for text that doesn't look like one-line code examples, and see no more, but eyeball checks are fragile. One bug remains: MyST renders mailto: links uglily. I can find no way to fix this other than patching the source code. Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
@ -13,14 +13,10 @@ all results in a JSON array. If the inspect type is all, the order of inspection
|
|||||||
So, if a container has the same name as an image, then the container JSON will be returned, and so on.
|
So, if a container has the same name as an image, then the container JSON will be returned, and so on.
|
||||||
If a format is specified, the given template will be executed for each result.
|
If a format is specified, the given template will be executed for each result.
|
||||||
|
|
||||||
For more inspection options, see:
|
For more inspection options, see also
|
||||||
|
[podman-network-inspect(1)](podman-network-inspect.1.md),
|
||||||
podman container inspect
|
[podman-pod-inspect(1)](podman-pod-inspect.1.md), and
|
||||||
podman image inspect
|
[podman-volume-inspect(1)](podman-volume-inspect.1.md).
|
||||||
podman network inspect
|
|
||||||
podman pod inspect
|
|
||||||
podman volume inspect
|
|
||||||
|
|
||||||
|
|
||||||
## OPTIONS
|
## OPTIONS
|
||||||
|
|
||||||
|
@ -234,7 +234,7 @@ Storing signatures
|
|||||||
```
|
```
|
||||||
|
|
||||||
## SEE ALSO
|
## SEE ALSO
|
||||||
**[podman(1)](podman.1.md)**, **[podman-push(1)](podman-push.1.md)**, **[podman-login(1)](podman-login.1.md)**, **[containers-certs.d(5](https://github.com/containers/image/blob/main/docs/containers-certs.d.5.md)**, **[containers-registries.conf(5)](https://github.com/containers/image/blob/main/docs/containers-registries.d.5.md)**, **[containers-transports(5)](https://github.com/containers/image/blob/main/docs/containers-transports.5.md)**
|
**[podman(1)](podman.1.md)**, **[podman-push(1)](podman-push.1.md)**, **[podman-login(1)](podman-login.1.md)**, **[containers-certs.d(5)](https://github.com/containers/image/blob/main/docs/containers-certs.d.5.md)**, **[containers-registries.conf(5)](https://github.com/containers/image/blob/main/docs/containers-registries.d.5.md)**, **[containers-transports(5)](https://github.com/containers/image/blob/main/docs/containers-transports.5.md)**
|
||||||
|
|
||||||
## HISTORY
|
## HISTORY
|
||||||
July 2017, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>
|
July 2017, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>
|
||||||
|
Reference in New Issue
Block a user