diff --git a/docs/reference/commandline/container_run.md b/docs/reference/commandline/container_run.md index 39b5a757d8..bde7114857 100644 --- a/docs/reference/commandline/container_run.md +++ b/docs/reference/commandline/container_run.md @@ -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]