/docker-strongswan

🐳 Docker Image Packaging for strongSwan

Primary LanguageDockerfile

strongSwan Docker image

The open source IPsec-based VPN solution.

Container Registry | Project Source

Docker Build GitHub Release (latest SemVer)


Pull The Image

$ docker pull ghcr.io/poppen/strongswan

Start Container

$ docker run -d \
  --volume=/etc/swanctl/conf.d/:/etc/swanctl/conf.d/ \
  --cap-add=NET_ADMIN \
  --network=host \
  --restart=unless-stopped \
  --name=strongswan \
  ghcr.io/poppen/strongswan