docker-Jackettvpn icon indicating copy to clipboard operation
docker-Jackettvpn copied to clipboard

create TUN device in startup script if specified

Open rvaidya opened this issue 3 years ago • 2 comments

lifted from https://github.com/haugene/docker-transmission-openvpn/

with this, you don't need to run the container in privileged mode or mount the tun device from the host - you just need to add the NET_ADMIN capability:

ex:

  jackett:
    cap_add:
      - NET_ADMIN
    image: dyonr/jackettvpn:latest
    container_name: jackett

rvaidya avatar Nov 29 '21 08:11 rvaidya

bump please implement this. this docker is perfect but this would make it even perfecterder

apeman76 avatar Jun 15 '22 22:06 apeman76

bump please implement this. this docker is perfect but this would make it even perfecterder

I've pushed this to docker hub if you want to use it in the short term until the PR is merged docker pull rvaidya/jackettvpn:latest

rvaidya avatar Sep 19 '22 15:09 rvaidya