From d78841c02872a9ec79dcdea9b6afae08d1ca93cb Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 23 Feb 2024 16:56:09 +0000 Subject: [PATCH] bugfix: Typo in namespace. (#19483) --- data/engine-cli/docker_container_run.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/engine-cli/docker_container_run.yaml b/data/engine-cli/docker_container_run.yaml index 212da5e2c5..9228abcdd8 100644 --- a/data/engine-cli/docker_container_run.yaml +++ b/data/engine-cli/docker_container_run.yaml @@ -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: