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

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

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
```