Skip to content

ddorgan/wireguard-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Docker image for WireGuard and wg-quick

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 65.2%
  • Dockerfile 34.8%