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