Creating a Fedora 23 base Docker Image for Power PC
Docker is a great way to fully describe and implement an installed Linux environment, and we make use of it at work as part of our continuous integration system to provide a clean environment for the jobs that we run.Unfortunately, the main public repo (docker.io) currently only contains images for x64, so if you want a different architecture, you may need to build it yourself.
In this situation, I required a Fedora 23 image on Power PC. I started with a working Fedora 23 in PowerKVM.
The problems I had to address: