From e46b5168a3b0e9926e74d4d7a6dd3aa5d30fb79d Mon Sep 17 00:00:00 2001 From: zeus Date: Mon, 8 Mar 2021 18:47:31 +0200 Subject: [PATCH] add on --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index a349504..c2bccda 100644 --- a/README.md +++ b/README.md @@ -88,4 +88,17 @@ https://cli.vuejs.org/guide/creating-a-project.html#vue-create npm run serve ``` +#### Open it! + +```bash + http://localhost:8080 +``` + +> +> docker exec -it -udocker -p 8080:8080 hybrid-nodevuejs_master_1 /bin/bash +> ^^^^^^^^^^^^^ + +: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.