Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scinos/inlets-docker
Docker image for running inlets client
https://github.com/scinos/inlets-docker
Last synced: 5 days ago
JSON representation
Docker image for running inlets client
- Host: GitHub
- URL: https://github.com/scinos/inlets-docker
- Owner: scinos
- License: apache-2.0
- Created: 2019-08-18T10:44:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-18T11:08:54.000Z (over 5 years ago)
- Last Synced: 2024-11-05T17:53:32.483Z (about 2 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Client image to connect to an inlets server
This image is based on the official inlets image https://hub.docker.com/r/alexellis2/inlets
The main difference is this image allow configuration of the tunnel via ENV vars
## Running
To connect to inlets specifying all paramters via flags, use `docker run --rm -ti scinos/inlets inlets client --remote ...`
## Configuration
You can pass the following ENV variables to customize the inlets command:
* `TUNNEL_NAME` and `TUNNEL_URL`. Equivalent to `--upstream "$TUNNEL_NAME=$TUNNEL_URL"`
* `TUNNEL_SERVER`. Equivalent to `--remote wcs://$TUNNEL_SERVER`