corrected number of containers

This commit is contained in:
Sadiq Khoja
2018-03-17 14:39:05 +05:00
committed by GitHub
parent 9a9b4a6892
commit 9c1a5d9a7d

View File

@@ -128,7 +128,7 @@ $ docker run -d -p 8000:80 nginx
$ docker run -d -p 8080:80 -p 8888:80 nginx
```
* We are running two NGINX web servers.
* We are running three NGINX web servers.
* The first one is exposed on port 80.
* The second one is exposed on port 8000.
* The third one is exposed on ports 8080 and 8888.