mirror of https://github.com/docker/docs.git
Update stack-deploy.md
curl using localhost hangs, only works with 127.0.0.1
This commit is contained in:
parent
d7f4f4b05b
commit
767c685f9a
|
@ -56,7 +56,7 @@ a throwaway registry, which you can discard afterward.
|
|||
3. Check that it's working with `curl`:
|
||||
|
||||
```console
|
||||
$ curl http://localhost:5000/v2/
|
||||
$ curl http://127.0.0.1:5000/v2/
|
||||
|
||||
{}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue