Able to achieve same using docker #1917
Unanswered
arpitjindal97
asked this question in
Ideas
Replies: 2 comments
-
very interesting. Let us know when you can share your repo with us. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here is the repo: https://github.com/arpitjindal97/aegis |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm able to achieve same thing what this project tends to do in a single docker container.
The person deploying my docker image has to do below things manually:
ipsec.secrets
Above things need to be managed by deployer and it's one time setup
Rest will be taken care using my repo. I have kept my repo private as of now. But I can give few things:
Dockerfile
docker-compose.yml
Deployer has to put files in specific paths and create the docker image. It's really portable and easy to use with docker-compose.
Also, support IPV6 :)
Beta Was this translation helpful? Give feedback.
All reactions