Skip to content

Commit

Permalink
Update benchmarking_docker.md (dotnet#64)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
RobertHenry6bev authored Jul 25, 2020
1 parent c73dcad commit 6c25e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/benchmarking_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ The `dockerImageName` is used on the agent to name the container. By setting it

The `dockerContextDirectory` is a path representing the working directory inside the Docker file script. Any path using `./` in the Docker file will be this value. It's relative to the root of the source (the clone of the repository).

the property `port` is used to let the Crank agent detect when the application is ready to accept requests. When specified, the agent will try to ping the expected endpoint until it successfully answers. Another option is to define the property `readyStateText` with some valye that is written on the standard output once the application has started. In the case of a Netty application, the service emits `Httpd started. Listening on: 0.0.0.0/0.0.0.0:8080` when the service is ready. Similarly, an ASP.NET application outputs `Application started. Press Ctrl+C to shut down.`
The property `port` is used to let the Crank agent detect when the application is ready to accept requests. When specified, the agent will try to ping the expected endpoint until it successfully answers. Another option is to define the property `readyStateText` with some value that is written on the standard output once the application has started. In the case of a Netty application, the service emits `Httpd started. Listening on: 0.0.0.0/0.0.0.0:8080` when the service is ready. Similarly, an ASP.NET application outputs `Application started. Press Ctrl+C to shut down.`

0 comments on commit 6c25e2d

Please sign in to comment.