red-avtovo / pritunl-link-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pritunl-link-docker

Run

docker run -d --privileged \
    --network=host \
    -e URLS="pritunl://<auth>@<host>,pritunl://<auth>@<host>" \
    --name link \
    redavtovo/pritunl-link

Requirements

  • Privileged container
  • Host network

For experiments:

docker run -it --rm --privileged --network=host alpine sh

Note:

  • You need to add routing to the machine with docker this container on your router

About

License:MIT License


Languages

Language:Shell 64.5%Language:Dockerfile 35.5%