actions-marketplace-validations/Docker Health Check
Checks the health of a Docker container
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| container | Name of the container to check | yes | — |
| require-status | Container status to require or wait for | no | — |
| require-healthy | If true then require the container to be healthy or wait until healthy | no | false |
| wait-time | Maximum number of seconds to wait for container to reach required status (in seconds) | no | 0 |
Outputs
| name | description |
|---|---|
| status | Current status of the container |
| healthy | true if the container is healthy |