Sign inSign up

watchdg/wireguard

By watchdg

Updated over 1 year ago

wireguard wg-quick alpine

Image
4

10K+

watchdg/wireguard repository overview

docker-wireguard

docker pull watchdg/wireguard

run

docker run -d --rm --volume=/etc/wireguard:/etc/wireguard --expose=51820/udp -p=51820:51820/udp --cap-add NET_ADMIN watchdg/wireguard up wg0

create private.key and public.key

create private.key
docker run --rm --entrypoint= watchdg/wireguard wg genkey > private.key
create public.key
docker run -i --rm --entrypoint= watchdg/wireguard wg pubkey < private.key > public.key

Tag summary

Content type

Image

Digest

sha256:eed5d8340

Size

5.4 MB

Last updated

over 1 year ago

docker pull watchdg/wireguard