Files
nginx-ui/internal/docker
Cursor Agent 0ee88d8429 fix: improve Docker StatPath with better error diagnostics
- Add container existence check before calling ContainerStatPath
- Provide detailed error messages when container is not found
- Add helpful hints for troubleshooting container name configuration
- Log container state information for debugging
- Include container name, path, and running state in error logs

This helps users diagnose issues when nginx-ui cannot connect to the
nginx container, particularly when the container name doesn't match
or the container is not running.

Co-authored-by: Jacky <me@jackyu.cn>
2026-02-08 11:36:49 +00:00
..