From 495e7204dd34270dee13b070e78b7f0873dea323 Mon Sep 17 00:00:00 2001 From: Ambes Stephen Date: Tue, 10 Apr 2018 12:04:11 -0400 Subject: [PATCH] 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. --- network/network-tutorial-host.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/network-tutorial-host.md b/network/network-tutorial-host.md index 790aebcb58..46261006aa 100644 --- a/network/network-tutorial-host.md +++ b/network/network-tutorial-host.md @@ -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