Multi-arch Alpine-based image to proxy TCP requests to the Docker unix socket Edit Add topics
4.0K
This project builds Docker images with socat installed, and configured to pipe incoming connections on TCP port 2375 to the Docker engine UNIX socket at /var/run/docker.sock. This allows connecting to remote Docker engines like this:
$ docker -H tcp://remote:2375 ps
latest: the defaultarmhf: to use on armhf hosts (like the Raspberry Pi)aarch64: to use on aarch64 (or arm64v8) hosts (like the Pine 64)docker run -d --restart always -v /var/run/docker.sock:/var/run/docker.sock -p 2375:2375 --name socat rycus86/docker-socat
The sources are available on GitHub
Based on docksal/service-socat
MIT
Content type
Image
Digest
Size
3 MB
Last updated
about 8 years ago
docker pull rycus86/docker-socat