Merge pull request #16848 from vrothberg/fix-16844
[CI:DOCS] podman-mount: s/umount/unmount/
This commit is contained in:
		
						commit
						9aa2d3e889
					
				|  | @ -97,7 +97,7 @@ | |||
| | [podman-system-renumber(1)](https://podman.readthedocs.io/en/latest/markdown/podman-system-renumber.1.html)           | Migrate lock numbers to handle a change in maximum number of locks         | | ||||
| | [podman-tag(1)](https://podman.readthedocs.io/en/latest/markdown/podman-tag.1.html)                                   | Add an additional name to a local image                                    | [](https://asciinema.org/a/133803)                    | | ||||
| | [podman-top(1)](https://podman.readthedocs.io/en/latest/markdown/podman-top.1.html)                                   | Display the running processes of a container                               | | ||||
| | [podman-umount(1)](https://podman.readthedocs.io/en/latest/markdown/podman-umount.1.html)                             | Unmount a working container's root filesystem                              | | ||||
| | [podman-unmount(1)](https://podman.readthedocs.io/en/latest/markdown/podman-unmount.1.html)                             | Unmount a working container's root filesystem                              | | ||||
| | [podman-unpause(1)](https://podman.readthedocs.io/en/latest/markdown/podman-unpause.1.html)                           | Unpause one or more containers                                             | [](https://podman.io/asciinema/podman/pause_unpause/)        | [Here](https://github.com/containers/Demos/blob/master/podman_cli/podman_pause_unpause.sh) | | ||||
| | [podman-unshare(1)](https://podman.readthedocs.io/en/latest/markdown/podman-unshare.1.html)                           | Run a command inside of a modified user namespace                          | | ||||
| | [podman-version(1)](https://podman.readthedocs.io/en/latest/markdown/podman-version.1.html)                           | Display the Podman version information                                     | | ||||
|  |  | |||
|  | @ -68,4 +68,4 @@ a7060253093b /var/lib/containers/storage/overlay/0ff7d7ca68bed1ace424f9df154d2dd | |||
| ``` | ||||
| 
 | ||||
| ## SEE ALSO | ||||
| **[podman(1)](podman.1.md)**, **[podman-umount(1)](podman-umount.1.md)**, **[podman-unshare(1)](podman-unshare.1.md)**, **mount(8)** | ||||
| **[podman(1)](podman.1.md)**, **[podman-unmount(1)](podman-unmount.1.md)**, **[podman-unshare(1)](podman-unshare.1.md)**, **mount(8)** | ||||
|  |  | |||
|  | @ -194,7 +194,7 @@ The following podman commands do not have a Docker equivalent: | |||
| * [`podman system renumber`](./docs/source/markdown/podman-system-connection-renumber.1.md) | ||||
| * [`podman system reset`](./docs/source/markdown/podman-system-connection-reset.1.md) | ||||
| * [`podman system service`](./docs/source/markdown/podman-system-connection-service.1.md) | ||||
| * [`podman umount`](./docs/source/markdown/podman-umount.1.md) | ||||
| * [`podman unmount`](./docs/source/markdown/podman-unmount.1.md) | ||||
| * [`podman unshare`](./docs/source/markdown/podman-unshare.1.md) | ||||
| * [`podman untag`](./docs/source/markdown/podman-untag.1.md) | ||||
| * [`podman volume exists`](./docs/source/markdown/podman-volume-exists.1.md) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue