mirror of https://github.com/docker/cli.git
docs: Fix --rm=false flag in container_run.md
Signed-off-by: Julio Cesar Garcia <juliogarciamelgarejo@gmail.com>
This commit is contained in:
parent
a18c896928
commit
605c9bf160
|
@ -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