mirror of https://github.com/docker/docs.git
bugfix: Typo in namespace. (#19483)
This commit is contained in:
parent
e8d8a58554
commit
d78841c028
|
@ -1177,7 +1177,7 @@ examples: |-
|
||||||
|
|
||||||
#### Example: run htop inside a container
|
#### 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:
|
1. Run an alpine container with the `--pid=host` option:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue