You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add DOCKER_HOST documentation
* add which endpoints are required for DOCKER_HOST
* Update README.md
Co-authored-by: Frederik Ring <[email protected]>
If you are interfacing with Docker via TCP, set `DOCKER_HOST` to the correct URL.
630
+
```ini
631
+
DOCKER_HOST=tcp://docker_socket_proxy:2375
632
+
```
633
+
634
+
In case you are using a socket proxy, it must support `GET` and `POST` requests to the `/containers` endpoint. If you are using Docker Swarm, it must also support the `/services` endpoint.
635
+
619
636
## Recipes
620
637
621
638
This section lists configuration for some real-world use cases that you can mix and match according to your needs.
0 commit comments