Replies: 1 comment 16 replies
-
Did you use option |
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
checking my options to implement CI testing for alpine and during the discussions to add Alpine support, I Was under impression that some testing on docker containers was also done.
considering it was the main intent of supporting alpine goes exactly towards the objective of getting pivpn somehow working on docker containers with alpine, so I decided to go on some naive testing and just start an
alpine:latest
container and run pivpn script on it. most of the script worked without errors except this, and obviously wireguard service does not start.This errors are totally expected as the networking inside the containers is not exactly the same as with a native OS, so this are the errors i encountered earlier in my first attempts to get pivpn running on docker and which I got through to some extent but did not had time to finish.
@giulio-coa Did I understood wrong about docker (is a possibility since all of it was quite busy time for me)? isn't it working yet on docker or did you get it to run on docker and there is something wrong?
"baremetal" Alpine is working just fine, however with some caveats that I will add later to the documentation.
AWS AMI's privilege escalation needs to be done with
doas
otherwise its impossible to install dependencies.Beta Was this translation helpful? Give feedback.
All reactions