docker-openvpn port to ARMv8 (aarch64) | GitAnswer
gitanswer.com › docker-openvpn-port-to-armv8Jan 10, 2022 · I'm looking to port this to ARMv8 (aarch64) running Docker 1.12.1 on Ubuntu 16.04 on an ARMv8 machine. At the moment, the sticking point is the lack of an aarch64/alpine image. I'm thinking about getting it to run on aarch64/ubuntu , which should be straightforward to do, since openvpn runs native on that system just fine; just a matter of doing "apt-get" instead of "apk" for package ...