Skip to content

keegancsmith/docker-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-proxy

Proxy to expose the docker unix socket over tcp. Run this with docker

$ docker run --rm -p 10810:2376 \
-v /var/run/docker.sock:/var/run/docker.sock:ro \
-v $PWD/certs:/certs \
keegancsmith/docker-proxy 192.168.99.100

About

Proxy to expose the docker unix socket over tcp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published