Seynabou-Diop opened a new issue, #37252:
URL: https://github.com/apache/airflow/issues/37252
### Apache Airflow Provider(s)
http
### Versions of Apache Airflow Providers
_No response_
### Apache Airflow version
2.8.1
### Operating System
WSL
### Deployment
Official Apache Airflow Helm Chart
### Deployment details
_No response_
### What happened
When attempting to run my Dockerized C# script from Airflow via the Docker
Operator, a TCP connection error with the Docker daemon on the Windows machine
occurs. I have enabled daemon exposure on tcp://localhost:2375 without TLS in
Docker configuration. I have also modified the docker_url to use the IP address
of my Windows machine and disabled the firewall. Despite these efforts,
communication between Airflow in WSL and the Docker daemon on Windows still
poses an issue.
**Encountered Error Messages:**
DockerException: "Error while fetching server API version:
HTTPConnectionPool(host='172.23.208.1', port=2375): Max retries exceeded with
url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection
object at 0x7f228d62f370>: Failed to establish a new connection: [Errno 111]
Connection refused'))"
### What you think should happen instead
_No response_
### How to reproduce
**Current Configuration:**
- Docker daemon is running on my Windows machine.
- C# script is containerized and hosted on Docker Hub, targeting Windows
containers.
- Airflow is installed in the Windows host's WSL (Windows Subsystem for
Linux).
### Anything else
_No response_
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]