Skip to content

Commit a4619f3

Browse files
authored
Merge pull request #5435 from juliogarciape/docs-fix-container-run
Docs: Fix --rm=false flag in container_run.md
2 parents 539a92b + 605c9bf commit a4619f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/commandline/container_run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,7 @@ the container and remove the file system when the container exits, use the
12341234
`--rm` flag:
12351235

12361236
```text
1237-
--rm=false: Automatically remove the container when it exits
1237+
--rm: Automatically remove the container when it exits
12381238
```
12391239

12401240
> [!NOTE]

0 commit comments

Comments
 (0)