Merge pull request #5443 from laurazard/backport-container-rm-docs

[27.x backport] docs: Fix --rm=false flag in container_run.md
This commit is contained in:
Laura Brehm 2024-09-16 14:49:01 +01:00 committed by GitHub
commit 58a14cc379
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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]