mirror of https://github.com/docker/docs.git
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:
parent
72f9b29cde
commit
495e7204dd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue