Configure curl to use ipv4 (#4964)

This commit is contained in:
Gwendolynne Barr 2017-10-14 10:10:35 -07:00 committed by Misty Stanley-Jones
parent 5e72669e87
commit bdc6fb8e9c
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ Now list all 5 containers:
docker container ls -q
```
You can run `curl http://localhost` several times in a row, or go to that URL in
You can run `curl -4 http://localhost` several times in a row, or go to that URL in
your browser and hit refresh a few times.
![Hello World in browser](images/app80-in-browser.png)