https://github.com/keegancsmith/docker-proxy
Proxy to expose the docker unix socket over tcp
https://github.com/keegancsmith/docker-proxy
Last synced: 4 months ago
JSON representation
Proxy to expose the docker unix socket over tcp
- Host: GitHub
- URL: https://github.com/keegancsmith/docker-proxy
- Owner: keegancsmith
- License: mit
- Created: 2016-01-11T22:22:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-12T12:47:58.000Z (over 9 years ago)
- Last Synced: 2024-12-28T15:27:49.136Z (5 months ago)
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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