bugfix: Typo in namespace. (#19483)

This commit is contained in:
Paul
2024-02-23 16:56:09 +00:00
committed by GitHub
parent e8d8a58554
commit d78841c028

View File

@@ -1177,7 +1177,7 @@ examples: |-
#### Example: run htop inside a container
To run `htop` in a container that shares the process namespac of the host:
To run `htop` in a container that shares the process namespace of the host:
1. Run an alpine container with the `--pid=host` option: