mirror of https://github.com/docker/docs.git
Update run-containers.md
This commit is contained in:
parent
436bdc3d98
commit
9dd353952b
|
@ -32,9 +32,7 @@ Let’s open a new terminal then make a GET request to the server using the curl
|
||||||
$ curl --request POST \
|
$ curl --request POST \
|
||||||
--url http://localhost:8000/test \
|
--url http://localhost:8000/test \
|
||||||
--header 'content-type: application/json' \
|
--header 'content-type: application/json' \
|
||||||
--data '{
|
--data '{"msg": "testing"}'
|
||||||
"msg": "testing"
|
|
||||||
}'
|
|
||||||
curl: (7) Failed to connect to localhost port 8000: Connection refused
|
curl: (7) Failed to connect to localhost port 8000: Connection refused
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue