You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
lub 6760d8aa85 add license 4 years ago
Dockerfile initial version 4 years ago
LICENSE.md add license 4 years ago
README.md initial version 4 years ago
update.sh initial version 4 years ago

README.md

socat-docker

A simple docker image based on alpine, which basically only socat.

It can be used for example to proxy tcp connections to a socket and vice versa for bridging between network namespaced and host networking.

This was especially developed to access node_exporter running as --net=host from a prometheus within a regular Docker network.

UID:GID is random, but consistent across different socat-docker containers for effortless sharing of sockets via bind mounts.