moby/docs/reference
Spencer Brown 6dd84ba2ab run.md: --expose does NOT override Dockerfile EXPOSE
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>
2015-08-19 23:57:35 +02:00
..
api Merge pull request #15237 from charleswhchan/patch-3 2015-08-16 10:59:16 +02:00
commandline add weight to daemon page so it renders in order 2015-08-19 10:26:19 -07:00
logging Several fixes in formatting 2015-08-03 08:45:25 -07:00
builder.md add missing instruction 2015-08-19 18:43:19 +08:00
glossary.md Fixing docs to remove references to links under terms/ 2015-08-15 13:09:29 +05:30
run.md run.md: --expose does NOT override Dockerfile EXPOSE 2015-08-19 23:57:35 +02:00