🐳 netmaker

Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.

Docker Ready 1 Services 11,738 stars
1. Pull Image docker pull gravitl/netclient
2. 1-Click Launch Command docker run -d --name netmaker gravitl/netclient:v1.6.0
3. Compose Deployment docker compose up -d
compose/docker-compose.netclient.yml
Download .yml
version: "3.4"

services:
  netclient:
    container_name: netclient
    image: 'gravitl/netclient:v1.6.0'
    hostname: netmaker-1
    network_mode: host
    restart: on-failure
    environment:
      TOKEN: "TOKEN_VALUE"
    volumes:
      - /etc/netclient:/etc/netclient
    cap_add:
      - NET_ADMIN
      - NET_RAW
      - SYS_MODULE