From e1b98e0934bdde7bba06173863cec550143f6f02 Mon Sep 17 00:00:00 2001 From: zeus Date: Mon, 8 Mar 2021 19:03:24 +0200 Subject: [PATCH] add on --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 833c1fb..e076b50 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,8 @@ https://cli.vuejs.org/guide/creating-a-project.html#vue-create ```bash +:warning: Publishing Docker ports via -p + docker exec -it -udocker -p [host-port]:[expose-port*] hybrid-nodevuejs_master_1 /bin/bash e.g. docker exec -it -udocker -p 8080:8080 hybrid-nodevuejs_master_1 /bin/bash @@ -103,14 +105,13 @@ docker exec -it -udocker -p 8080:8080 hybrid-nodevuejs_master_1 /bin/bash ``` > -> * this is the port found in the container menu. +> (*) this is the port found in the container menu. > > We would expect the port number do be next to the "Ports" field. > -:warning: Publishing Docker ports via -p Using the -p (lower case) flag at runtime lets you publish a container’s specific port(s) to the Docker host.