sage-ingle-ck opened a new pull request, #56525: URL: https://github.com/apache/airflow/pull/56525
Purpose: The set-up steps for Breeze are compatible with Rancher's dockerd (moby) Container Engine when provided the appropriate context. Issue: When running `breeze start-airflow` with Rancher, script automatically sets the context to `default` which does not point to the expected `unix:///var/run/docker.sock`. This causes the user to be prompted with `Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?`. Solution: Adding `rancher-desktop` to the list of preferred contexts allows `autodetect_docker_context` to find Rancher's context and successfully start the container. -- 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]
