Exit Code 2Docker Exit Code 2
The container process exited due to a misuse of a shell command.
Error: service dependency failed to startA service that another service depends on failed to start.
A service listed in depends_on failed to start or become healthy. If using condition: service_healthy, the dependency's health check may be failing.
Check logs of the failing dependency: docker compose logs service-name. Fix the dependency service first. For health checks, verify the health check command works inside the container. Increase health check intervals or retries.
Exit Code 2The container process exited due to a misuse of a shell command.
Error: secret not foundA Docker secret referenced by a service does not exist.
Exit Code 126The container's command was found but could not be executed.
Error: layer not foundA layer referenced by an image could not be found in the local cache or registry.
Error: No such imageThe specified Docker image does not exist locally.
Error: volume is in useThe Docker volume cannot be removed because it is still mounted by a container.