docker pull watchdg/wireguard
docker run -d --rm --volume=/etc/wireguard:/etc/wireguard --expose=51820/udp -p=51820:51820/udp --cap-add NET_ADMIN watchdg/wireguard up wg0
docker run --rm --entrypoint= watchdg/wireguard wg genkey > private.key
docker run -i --rm --entrypoint= watchdg/wireguard wg pubkey < private.key > public.key
Content type
Image
Digest
sha256:eed5d8340…
Size
5.4 MB
Last updated
over 1 year ago
docker pull watchdg/wireguard