Sign inSign up

andrey0001/wireguard-client-with-ssh

By andrey0001

Updated over 1 year ago

Wireguard client with ssh server inside docker container

Image
0

3.5K

andrey0001/wireguard-client-with-ssh repository overview

Wireguard client with ssh server inside docker container

Github repo

Use it to start container with simple ssh-server. Public key should be provided as github username (GUSER). Wireguard config should be provided as URL (CONFIG_URL)

Example RUN
docker run -it \
 -e GUSER=andrey0001 \
 -e CONFIG_URL="https://example.com/alpine-test-wireguard-config.conf" \
 --privileged  \
 --name wg-ssh \
 --hostname wg-ssh \
 -d andrey0001/wireguard-client-with-ssh
Environment variables
GUSER - guthub username to get public ssh-key 
CONFIG_URL - url of wireguard client config 

Tag summary

Content type

Image

Digest

sha256:627584db7

Size

8.6 MB

Last updated

over 1 year ago

docker pull andrey0001/wireguard-client-with-ssh