GhostWriters / DockSTARTer

DockSTARTer helps you get started with running apps in Docker.
https://dockstarter.com/
MIT License
2.19k stars 226 forks source link

[BUG] transmissionvpn both mounts host /dev/net/tun device in container and sets CREATE_TUN_DEVICE to true #1771

Open mtrolley opened 2 weeks ago

mtrolley commented 2 weeks ago

Bug report

Describe the bug See https://github.com/GhostWriters/DockSTARTer/blob/master/compose/.apps/transmissionvpn/transmissionvpn.yml

Host /dev/net/tun is mounted in the container, but CREATE_TUN_DEVICE is also set to true. There's several issues here:

This shouldn't work according to the v3 release notes, even though it does:

The CREATE_TUN_DEVICE variable now defaults to true. Mounting /dev/net/tun will lead to an error message in the logs unless you explicitly set it to false.

To Reproduce N/A

Expected behavior N/A

Screenshots If applicable, add screenshots to help explain your problem.

System N/A

Additional context N/A