From 81ca58bd200907b82f70cac3f2403d0c6d89a276 Mon Sep 17 00:00:00 2001 From: Julio Cesar Garcia Date: Fri, 13 Sep 2024 18:43:22 -0500 Subject: [PATCH] docs: Fix --rm=false flag in container_run.md Signed-off-by: Julio Cesar Garcia (cherry picked from commit 605c9bf160ce787bb2aa3335b16d9bedd75824ba) Signed-off-by: Laura Brehm --- docs/reference/commandline/container_run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/container_run.md b/docs/reference/commandline/container_run.md index 39b5a757d8..bde7114857 100644 --- a/docs/reference/commandline/container_run.md +++ b/docs/reference/commandline/container_run.md @@ -1234,7 +1234,7 @@ the container and remove the file system when the container exits, use the `--rm` flag: ```text ---rm=false: Automatically remove the container when it exits +--rm: Automatically remove the container when it exits ``` > [!NOTE]