Sign inSign up

rycus86/docker-socat

By rycus86

Updated about 8 years ago

Multi-arch Alpine-based image to proxy TCP requests to the Docker unix socket Edit Add topics

Image
0

4.0K

rycus86/docker-socat repository overview

socat

Build Status

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

Tags

  • latest: the default
  • armhf: to use on armhf hosts (like the Raspberry Pi)
  • aarch64: to use on aarch64 (or arm64v8) hosts (like the Pine 64)

Usage

docker run -d --restart always -v /var/run/docker.sock:/var/run/docker.sock -p 2375:2375 --name socat rycus86/docker-socat

GitHub

The sources are available on GitHub

Credits

Based on docksal/service-socat

License

MIT

Tag summary

Content type

Image

Digest

Size

3 MB

Last updated

about 8 years ago

docker pull rycus86/docker-socat