From b59823c784c54bcb87c4c642b12213d3f9226cda Mon Sep 17 00:00:00 2001 From: wyckster Date: Wed, 1 Aug 2018 11:06:07 -0400 Subject: [PATCH] Fixed wrong apostrophe character Changed unexpected Unicode character 0x1fbf GREEK PSILI that was standing in as an imposter for an apostrophe: an _impostrophe_. Signed-off-by: Chad Faragher --- docs/reference/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/run.md b/docs/reference/run.md index 521e41de7f..b7480682a6 100644 --- a/docs/reference/run.md +++ b/docs/reference/run.md @@ -1352,7 +1352,7 @@ The following `run` command options work with container networking: --expose=[]: Expose a port or a range of ports inside the container. These are additional to those exposed by the `EXPOSE` instruction -P : Publish all exposed ports to the host interfaces - -p=[] : Publish a container᾿s port or a range of ports to the host + -p=[] : Publish a container's port or a range of ports to the host format: ip:hostPort:containerPort | ip::containerPort | hostPort:containerPort | containerPort Both hostPort and containerPort can be specified as a range of ports. When specifying ranges for both, the