Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/functions/8_dind.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ OK: 8 MiB in 19 packages
Hello world!/opt/microservices #

/opt/microservices # curl authors:9080/health -H "foo: bar"
>>Received request: GET /health from 198.19.0.109:57930
>>Received request: GET /health from 198.18.0.109:57930
Hello world!/opt/microservices #
/opt/microservices # curl localhost:9080/health
{"status":"Authors is healthy"}/opt/microservices # exit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ OK: 8 MiB in 19 packages
Hello world!/opt/microservices #

/opt/microservices # curl authors:9080/health -H "foo: bar"
>>Received request: GET /health from 198.19.0.109:57930
>>Received request: GET /health from 198.18.0.109:57930
Hello world!/opt/microservices #
/opt/microservices # curl localhost:9080/health
{"status":"Authors is healthy"}/opt/microservices # exit
Expand Down
Loading