mirror of https://github.com/docker/docs.git
Configure curl to use ipv4 (#4964)
This commit is contained in:
parent
5e72669e87
commit
bdc6fb8e9c
|
@ -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.
|
||||
|
||||

|
||||
|
|
Loading…
Reference in New Issue