https://github.com/cuigh/socat
Docker HTTP proxy based on socat
https://github.com/cuigh/socat
docker docker-http-proxy socat
Last synced: 7 months ago
JSON representation
Docker HTTP proxy based on socat
- Host: GitHub
- URL: https://github.com/cuigh/socat
- Owner: cuigh
- License: mit
- Created: 2017-09-29T11:03:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T11:15:07.000Z (about 8 years ago)
- Last Synced: 2025-01-23T10:25:49.363Z (8 months ago)
- Topics: docker, docker-http-proxy, socat
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# socat
Docker HTTP proxy based on `socat`.
## Usage
```bash
docker run -d -p 2375:2375 \
-v /var/run/docker.sock:/var/run/docker.sock \
--name=socat \
cuigh/socat
```