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
- Host: GitHub
- URL: https://github.com/zingerlittlebee/ssh-forward-to-docker-socket
- Owner: ZingerLittleBee
- Created: 2024-07-07T16:42:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T15:20:45.000Z (about 2 years ago)
- Last Synced: 2026-06-16T01:30:13.703Z (about 1 month ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```