Which Docker command runs a container's built-in health check immediately and returns the result without waiting for the interval?
-
A
docker inspect --health
-
B
docker exec <container> healthcheck
-
C
docker run --health-cmd with --health-interval=0
-
D
There is no way to trigger a health check on demand