Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/null-none/docker-vpn-wireguard

WireGuard VPN server from a Docker container
https://github.com/null-none/docker-vpn-wireguard

docker docker-compose vpn wireguard

Last synced: 11 days ago
JSON representation

WireGuard VPN server from a Docker container

Awesome Lists containing this project

README

        

# docker-vpn-wireguard

### Install

```bash
apt update && apt upgrade -y
apt install docker.io
apt install docker-compose
```

### Run docker container

```bash
docker-compose up -d
docker exec -it wireguard /app/show-peer 1
```