check_docker_status
Checks that a Docker container is running and that its expected port is bound on the host, pinpointing health issues in the local development environment.
Instructions
Checks whether a given container is running and whether its expected port is actually bound on the host.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expectedPort | No | Port the container is expected to expose on the host | |
| containerName | Yes | Docker container name to check |