|
|
@ -94,10 +94,12 @@ https://cli.vuejs.org/guide/creating-a-project.html#vue-create |
|
|
|
http://localhost:8080 |
|
|
|
``` |
|
|
|
|
|
|
|
```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. |
|
|
|
|
|
|
|
|
|
|
|
```bash |
|
|
|
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 |
|
|
@ -113,5 +115,3 @@ docker exec -it -udocker -p 8080:8080 hybrid-nodevuejs_master_1 /bin/bash |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Using the -p (lower case) flag at runtime lets you publish a container’s specific port(s) to the Docker host. |
|
|
|
|
|
|
|