https://github.com/databus23/docker-shuttle
A docker image containing sshuttle
https://github.com/databus23/docker-shuttle
Last synced: about 1 month ago
JSON representation
A docker image containing sshuttle
- Host: GitHub
- URL: https://github.com/databus23/docker-shuttle
- Owner: databus23
- Created: 2017-09-15T11:59:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-15T12:00:14.000Z (almost 9 years ago)
- Last Synced: 2025-01-25T22:35:00.596Z (over 1 year ago)
- Language: Makefile
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Just a reasonably sized docker image that contains [sshuttle](http://sshuttle.readthedocs.io)
Shuttle needs `NET_ADMIN` capabilities:
```
docker run --rm -it --cap-add=NET_ADMIN databus23/sshuttle -r someuser@someremote 169.254.169.254/24
```