Skip to content

Commit

Permalink
Merge pull request docker#5443 from laurazard/backport-container-rm-docs
Browse files Browse the repository at this point in the history
[27.x backport] docs: Fix --rm=false flag in container_run.md
  • Loading branch information
laurazard authored Sep 16, 2024
2 parents 6b5e4be + 81ca58b commit 58a14cc
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 58a14cc

Please sign in to comment.