Hi Anthony,

here is a ready-made strongSwan 5.9.3 docker image:

  https://hub.docker.com/repository/docker/strongx509/strongswan

and here the Dockerfile with which it was built:

  https://github.com/strongX509/docker/tree/master/strongswan

The Ubuntu 20.04 image used doesn't come equipped with systemd, so we
just start the charon daemon in the background. If you need additional
strongSwan plugins then just extend the ./configure command in the
Dockerfile.

  ./configure --prefix=/usr --sysconfdir=/etc --disable-defaults      \
    --enable-charon --enable-ikev2 --enable-nonce --enable-random     \
    --enable-openssl --enable-pkcs1 --enable-pkcs8 --enable-pkcs12    \
    --enable-pem --enable-x509 --enable-pubkey --enable-constraints   \
    --enable-pki --enable-socket-default --enable-kernel-netlink      \
    --enable-eap-identity --enable-eap-md5 --enable-eap-dynamic       \
    --enable-eap-tls --enable-updown --enable-vici --enable-drbg      \
    --enable-swanctl --enable-silent-rules  && \

Best regards

Andreas

On 24.09.21 02:15, Modster, Anthony wrote:
Hello

Is there information on creating a Docker Strongswan image ?

Thanks


Teledyne Confidential; Commercially Sensitive Business Data
======================================================================
Andreas Steffen                         andreas.stef...@strongswan.org
strongSwan - the Open Source VPN Solution!          www.strongswan.org
strongSec GmbH, 8952 Schlieren (Switzerland)
======================================================================

Reply via email to