File: engine/reference/run.md, CC @mstanleyjones
When talking about the Detached (-d) operator, it says that:
A container in detached mode cannot be automatically removed when it stops, this means you cannot use the --rm option with -d option.
But since the PR #20848, it is allowed to use the flags -d and --rm together.
File: engine/reference/run.md, CC @mstanleyjones
When talking about the
Detached (-d)operator, it says that:But since the PR #20848, it is allowed to use the flags -d and --rm together.