mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
run.md states that the operator can override all defaults set in the Dockerfile, and explicitly says that `--expose` overrides the `EXPOSE` instruction. Neither of these are true. An `EXPOSE` instruction cannot be overridden, `--expose` can only add additional exposed ports. This change fixes the instructions, and also takes the liberty of crisping up the grammar and phrasing in a place or two. Signed-off-by: Spencer Brown <spencer@spencerbrown.org> Upstream-commit: 6dd84ba2ab6416a71e58ca32263c6f51a197aed0 Component: engine