Skip to content

A multiarch HAProxy Docker image, based on Alpine Linux, to proxy a local docker.sock file.

License

Notifications You must be signed in to change notification settings

padhi-homelab/docker_docker.sock-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker_docker.sock-proxy

build status testing size latest size

latest version image pulls


A multiarch non-root HAProxy Docker image, based on Alpine Linux, to proxy a local docker.sock file.

386 amd64 arm/v6 arm/v7 arm64 ppc64le s390x
✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️

Usage

docker run --rm --detach \
           -v /var/run/docker.sock:/var/run/docker.sock:ro
           -p 1279:1279 \
           -it padhihomelab/docker.sock-proxy

Runs the proxy server on port 1279.


Inspired by

About

A multiarch HAProxy Docker image, based on Alpine Linux, to proxy a local docker.sock file.

Resources

License

Stars

Watchers

Forks