From c70784edd0cbcb523b8732024e1f253ca6e7df26 Mon Sep 17 00:00:00 2001 From: nemophila <31074572+hoplandensis@users.noreply.github.com> Date: Thu, 17 Aug 2017 14:27:01 -0700 Subject: [PATCH] Change EXPOSEd to published (#4253) --- get-started/part2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/part2.md b/get-started/part2.md index b92e74e2df..93574ca592 100644 --- a/get-started/part2.md +++ b/get-started/part2.md @@ -172,7 +172,7 @@ friendlyhello latest 326387cea398 ## Run the app -Run the app, mapping your machine's port 4000 to the container's `EXPOSE`d port +Run the app, mapping your machine's port 4000 to the container's published port 80 using `-p`: ```shell