mirror of https://github.com/containers/podman.git
Fix unmount doc reference in image.rst
This pointed to the container-unmount doc page. It now points to the expected podman-image-unmount doc page. Signed-off-by: Alexander Wellbrock <a.wellbrock@mailbox.org>
This commit is contained in:
parent
dbb7009e55
commit
6fa1c7e465
|
@ -40,6 +40,6 @@ Image
|
|||
|
||||
:doc:`trust <markdown/podman-image-trust.1>` Manage container image trust policy
|
||||
|
||||
:doc:`unmount <markdown/podman-unmount.1>` Unmount an image's root filesystem
|
||||
:doc:`unmount <markdown/podman-image-unmount.1>` Unmount an image's root filesystem
|
||||
|
||||
:doc:`untag <markdown/podman-untag.1>` Removes one or more names from a locally-stored image
|
||||
|
|
Loading…
Reference in New Issue