Merge pull request #13490 from mafreud/patch-1

Update run-containers.md
This commit is contained in:
Usha Mandya 2021-10-04 10:46:59 +01:00 committed by GitHub
commit d8a91fd44b
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
```