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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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: