mirror of https://github.com/docker/cli.git
Docs touch-ups for "autoremove" and broken anchor
`--rm` moved to the daemon, so is now also supported when combined with `-d`. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
c1b58a9096
commit
e9ce688d6e
|
@ -603,7 +603,7 @@ This will run the `redis` container with a restart policy of **always**
|
|||
so that if the container exits, Docker will restart it.
|
||||
|
||||
More detailed information on restart policies can be found in the
|
||||
[Restart Policies (--restart)](../run.md#restart-policies-restart)
|
||||
[Restart Policies (--restart)](../run.md#restart-policies---restart)
|
||||
section of the Docker run reference page.
|
||||
|
||||
### Add entries to container hosts file (--add-host)
|
||||
|
|
|
@ -620,7 +620,7 @@ systems can really pile up. If instead you'd like Docker to
|
|||
**automatically clean up the container and remove the file system when
|
||||
the container exits**, you can add the `--rm` flag:
|
||||
|
||||
--rm=false: Automatically remove the container when it exits (incompatible with -d)
|
||||
--rm=false: Automatically remove the container when it exits
|
||||
|
||||
> **Note**: When you set the `--rm` flag, Docker also removes the anonymous volumes
|
||||
associated with the container when the container is removed. This is similar
|
||||
|
|
Loading…
Reference in New Issue