Update network-tutorial-host.md

The docker run argument order is -dit in most part, bu i found a different order -idt here.I believe it is  better to have inconsistent order in the entire documentation. It can be confusing for new-bees if they see these parameters are ordered inconsistently across documentation flow.
This commit is contained in:
Ambes Stephen 2018-04-10 12:04:11 -04:00 committed by Joao Fernandes
parent 72f9b29cde
commit 495e7204dd
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ host.
1. Create and start the container as a detached process.
```bash
docker run --rm -itd --network host --name my_nginx nginx
docker run --rm -dit --network host --name my_nginx nginx
```
2. Access Nginx by browsing to