https://github.com/dweinstein/docker-host-proxy
https://github.com/dweinstein/docker-host-proxy
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dweinstein/docker-host-proxy
- Owner: dweinstein
- Created: 2014-10-19T20:12:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-19T20:36:19.000Z (over 10 years ago)
- Last Synced: 2025-01-12T03:27:45.316Z (4 months ago)
- Language: Shell
- Size: 94.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The latest 1.3.0 version of boot2docker changes a couple of things:
- comes with TLS enabled by default
- changes default port from 2375 to **2376**
- needs 3 env variable to be set## Issue
While switching on TLS is highly recommended, but its not backward compatible.
Some tools or environments are relying to be able to connect to Docker
via simple http. So after upgrading to 1.3.0 they might break.## Workaround
One solution is to start a container which uses `socat` to proxy the unix
socket file as tcp port.## Running
```
> $(docker run --rm dweinstein/docker-host-proxy)`
```## Original
See the [original](https://github.com/sequenceiq/docker-socat)