mfolnovic / docker-socket-http-proxy

Simple nginx proxy container for the docker socket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-socket-http-proxy

A simple nginx instance which proxies the docker socket, allowing you to expose it on a TCP port from the host

Run with:

docker run -d -p 2375:2375 -v /var/run/docker.sock:/var/run/docker.sock bobtfish/docker-socket-http-proxy

BEWARE - allowing people access to the docker API is functionally equivalent to handing them root permissions :)

About

Simple nginx proxy container for the docker socket


Languages

Language:Nginx 100.0%