-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add badges * add usage block
- Loading branch information
Showing
1 changed file
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
# ssh-proxy | ||
Dockerized ssh-proxy | ||
# SSH-proxy | ||
|
||
> Dockerized ssh-proxy powered by OpenSSH | ||
[![](https://images.microbadger.com/badges/image/alebabai/ssh-proxy.svg)](https://microbadger.com/images/alebabai/ssh-proxy "Get your own image badge on microbadger.com") | ||
[![](https://images.microbadger.com/badges/version/alebabai/ssh-proxy.svg)](https://microbadger.com/images/alebabai/ssh-proxy "Get your own version badge on microbadger.com") | ||
[![](https://images.microbadger.com/badges/license/alebabai/ssh-proxy.svg)](https://microbadger.com/images/alebabai/ssh-proxy "Get your own license badge on microbadger.com") | ||
|
||
## Usage | ||
|
||
### Environment variables | ||
|
||
- `ADDRESS` - _provide one or more `HOST:PORT` pairs separated by space for services to be exposed_ | ||
|
||
### Docker | ||
|
||
Here is docker-compose example configuration [`docker-compose.example.yml`](docker-compose.example.yml). |