Skip to content

Commit

Permalink
Merge pull request #5435 from juliogarciape/docs-fix-container-run
Browse files Browse the repository at this point in the history
Docs: Fix --rm=false flag in container_run.md
  • Loading branch information
thaJeztah authored Sep 16, 2024
2 parents 539a92b + 605c9bf commit a4619f3
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 a4619f3

Please sign in to comment.