Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

docker Test a Connection using Curl

$ curl --request POST 
  --url http://localhost:8000/test 
  --header 'content-type: application/json' 
  --data '{
	"msg": "testing"
}'
curl: (7) Failed to connect to localhost port 8000: Connection refused
Source by docs.docker.com #
 
PREVIOUS NEXT
Tagged: #docker #Test #Connection #Curl
ADD COMMENT
Topic
Name
7+7 =