mirror of https://github.com/docker/cli.git
Merge pull request #5435 from juliogarciape/docs-fix-container-run
Docs: Fix --rm=false flag in container_run.md
This commit is contained in:
commit
a4619f3676
|
@ -1234,7 +1234,7 @@ the container and remove the file system when the container exits, use the
|
||||||
`--rm` flag:
|
`--rm` flag:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
--rm=false: Automatically remove the container when it exits
|
--rm: Automatically remove the container when it exits
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
|
|
Loading…
Reference in New Issue