No description
This repository has been archived on 2020-10-29. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Dockerfile 55.3%
  • Shell 44.7%
Find a file
2020-10-23 23:22:55 +02:00
Dockerfile initial version 2020-10-23 22:49:28 +02:00
LICENSE.md add license 2020-10-23 22:50:46 +02:00
README.md fix wording in readme 2020-10-23 23:22:55 +02:00
update.sh initial version 2020-10-23 22:49:28 +02:00

socat-docker

A simple Docker image based on docker.io/alpine, which otherwise only contains socat.

It can be used for example to proxy TCP connections to a Unix socket and vice versa, which is useful for bridging between namespaced and host networking.

This was developed specificially to access node_exporter running as --network=host from a Prometheus running in a regular Docker network.

UID:GID in the image is random, but consistent across different socat-docker containers to ensure effortless sharing of sockets via bind mounts.