Skip to content

dadapapapa/strongswan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

strongSwan

Usage

docker run -it --rm \
  --cap-add=NET_ADMIN \
  --net=host \
  --volume $PWD/config:/config/ \
  --name strongswan \
  wanderadock/strongswan:${TAG}

Build and push

export TAG=0.1.X
docker build -t wanderadock/strongswan:${TAG} .
docker push wanderadock/strongswan:${TAG}

Docker repository

The tool is released as a docker image, check the repository.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published