Max Fan
Max Fan
Yes, there are a few problems when you pull the image from Docker Hub (some stuff in the devel branch might fix it). In the meantime, try what @Jekotia suggested.
Did you answer the prompts?
I'm trying to hunt down the problem, and from this thread: https://github.com/moby/moby/issues/23865, it looks like when docker isn't installed (it installs it for you), my script accidentally installed the non-arm...
I'm trying to clean up all of my code, so the code will look a lot different in when I'm done and should be easier to manage. On Thu, Oct...
Yeah. Here is the image that my docker image is based on FROM ubuntu:16.04 Does ubuntu 16.0.4's docker image work on the Raspberry pi? It does say that it supports...
Yes. That dockerfile sounds like a great idea. When running on ARM, we'll use the modified docker file, and when running on amd64, we'll use the current one. On Sun,...
@ragefan @SeanChristopherConway I've completely redid the scripts, so they should work. Please tell me if it does.
Great! Pull requests are always welcome!
It looks like armv7hf might be backwards-compatible with armv6hf, although I'm not 100% sure about that.
I'll check this stuff out. Although, the install.sh being called 2 times was not a mistake. There was an [issue](https://github.com/pivpn/pivpn/issues/399) with the pivpn script and I had to call it...