docker pull imzami/wg:latest
docker run -d
--name wg
--cap-add NET_ADMIN
--cap-add SYS_MODULE
--sysctl net.ipv4.ip_forward=1
--sysctl net.ipv4.conf.all.src_valid_mark=1
--sysctl net.ipv6.conf.all.disable_ipv6=0
--sysctl net.ipv6.conf.all.forwarding=1
--sysctl net.ipv6.conf.default.forwarding=1
-v wg-data:/etc/wireguard
-v /lib/modules:/lib/modules:ro
-p 51820:51820/udp
-p 51821:51821/tcp
-e INSECURE=true
--restart unless-stopped
imzami/wg:latest
Content type
Image
Digest
sha256:2a1a3d068…
Size
91.5 MB
Last updated
3 months ago
docker pull imzami/wg