Update run-containers.md

This commit is contained in:
Masahiro Aoki 2021-09-09 13:54:54 +09:00 committed by GitHub
parent 436bdc3d98
commit 9dd353952b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -32,9 +32,7 @@ Lets open a new terminal then make a GET request to the server using the curl
$ curl --request POST \
--url http://localhost:8000/test \
--header 'content-type: application/json' \
--data '{
"msg": "testing"
}'
--data '{"msg": "testing"}'
curl: (7) Failed to connect to localhost port 8000: Connection refused
```