Sign inSign up

felixfischer/wireguard

By felixfischer

Updated over 7 years ago

WireGuard and wg-quick

Image
4

3.4K

felixfischer/wireguard repository overview

WireGuard in Docker

How to run this image

  • a host with WireGuard support in the kernel is needed
  • a wg-quick style config file needs to be mounted at /etc/wireguard/wg0.conf
Example command
docker run \
    --name wireguard \
    -v "$(pwd)":/etc/wireguard \
    -p 55555:38945/udp \
    --cap-add NET_ADMIN \
    --tty --interactive \
    felixfischer/wireguard:latest

Tag summary

Content type

Image

Digest

Size

4.3 MB

Last updated

over 7 years ago

docker pull felixfischer/wireguard