mirror of
https://github.com/docker/cli.git
synced 2026-09-01 02:24:23 -05:00
The `--rm` flag has been part of the `docker create` and related docs in `docs/reference/commandline/create.md` already includes the `--rm` flag. However, man page `man/docker-create.1.md` has not adds the `--rm` flag yet. This fix adds the description of `--rm` flag to `man/docker-create.1.md` Signed-off-by: Yong Tang <yong.tang.github@outlook.com> Upstream-commit: 6ac8224207a99f7057222fb0b36f4a0bdcc1197c Component: engine