Matt
Matt
> Hi everyone! > I've been trying to install FruxePi for a couple of days: First of all, I had the "Error! Unable to configure Docker image" issue. I think...
Run the install command with the -log flag, it will tell you what errors you're hitting, for me it required (Latest version of Raspbian on a Pi 4B) sudo apt...
I was able to patch this myself (Lazily) by adding this line: Iops: aws.Int64(2000), to this file: https://github.com/docker/machine/blob/master/drivers/amazonec2/amazonec2.go on line: 616 Then recompiling as per the instructions here: https://github.com/docker/machine/blob/master/CONTRIBUTING.md This...