Skip to content

Commit

Permalink
docs: Fix --rm=false flag in container_run.md
Browse files Browse the repository at this point in the history
Signed-off-by: Julio Cesar Garcia <[email protected]>
(cherry picked from commit 605c9bf)
Signed-off-by: Laura Brehm <[email protected]>
  • Loading branch information
juliogarciape authored and laurazard committed Sep 16, 2024
1 parent 6b5e4be commit 81ca58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/commandline/container_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 81ca58b

Please sign in to comment.