lub
/
sockat-docker
Archivé
1
0
Bifurcation 0
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ce dépôt est archivé. Vous pouvez voir les fichiers et le cloner, mais vous ne pouvez pas pousser ni ouvrir de ticket/demande d'ajout.
 
 
lub 24bae5eb5a fix wording in readme il y a 3 ans
Dockerfile initial version il y a 3 ans
LICENSE.md add license il y a 3 ans
README.md fix wording in readme il y a 3 ans
update.sh initial version il y a 3 ans

README.md

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.