docker-api-rs icon indicating copy to clipboard operation
docker-api-rs copied to clipboard

implement healthcheck for ContainerCreateOptsBuilder

Open Airor4 opened this issue 7 months ago • 0 comments

What did you implement:

ContainerCreateOptsBuilder now has an implementation method for healthcheck.

Closes: #xxx

How did you verify your change:

I ran a container locally to verify that the healthcheck represented the config options I passed in.

Screenshot 2025-05-19 at 3 15 25 PM

What (if anything) would need to be called out in the CHANGELOG for the next release:

healthcheck can now be configured using the CreateContainerOptsBuilder

Airor4 avatar May 19 '25 18:05 Airor4