docs: Fix --rm=false flag in container_run.md

Signed-off-by: Julio Cesar Garcia <juliogarciamelgarejo@gmail.com>
(cherry picked from commit 605c9bf160)
Signed-off-by: Laura Brehm <laurabrehm@hey.com>
This commit is contained in:
Julio Cesar Garcia 2024-09-13 18:43:22 -05:00 committed by Laura Brehm
parent 6b5e4be0cb
commit 81ca58bd20
No known key found for this signature in database
GPG Key ID: 08EC1B0491948487
1 changed files with 1 additions and 1 deletions

View File

@ -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]