An open API service indexing awesome lists of open source software.

https://github.com/zingerlittlebee/ssh-forward-to-docker-socket

ssh forward to docker socket
https://github.com/zingerlittlebee/ssh-forward-to-docker-socket

Last synced: 24 days ago
JSON representation

ssh forward to docker socket

Awesome Lists containing this project

README

          

# ssh forward to docker socket

## Theory
Connect docker socket via http by [bollard](https://github.com/fussybeaver/bollard).

Forward local port to remote socket via ssh by [russh](https://github.com/warp-tech/russh).

## Usage

```bash
cargo run
```