Skip to content

Commit b482fd6

Browse files
committed
Add the assignment
[refs #f4f0044fd428]
1 parent 83f96c2 commit b482fd6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

networking_assignment/assignment1.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Publishing ports
2+
* What local port will be used?
3+
```
4+
docker container run -p 80 nginx:latest
5+
```
6+
7+
* What happens here?
8+
```
9+
docker container run -P nginx:latest
10+
```
11+
12+
## Consult the manual
13+
* https://docs.docker.com/engine/userguide/networking/#exposing-and-publishing-ports

0 commit comments

Comments
 (0)