Skip to content

bobtfish/docker-socket-http-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages