Sign inSign up

danderson/treadstone

By danderson

Updated over 8 years ago

Base container for running something inside a VPN.

Image
0

659

danderson/treadstone repository overview

To run a treadstone container, you need to give it CAP_NET_ADMIN and access to the /dev/net/tun device:

docker run --cap-add=NET_ADMIN --device=/dev/net/tun treadstone your_command_here

The container entrypoint will wait for the VPN to initially come up before running your command. If you just need a shell to play with, run the container with no arguments:

docker run -it --cap-add=NET_ADMIN --device=/dev/net/tun treadstone

Tag summary

Content type

Image

Digest

sha256:64cad0835

Size

6.8 MB

Last updated

over 8 years ago

docker pull danderson/treadstone