(12-03-2016, 10:46 AM)guidtz Wrote: Seally boy !!! I don't use arm64 docker images ...
Yeah... the trick here is to instruct docker to use aarch64 or armhf images, as docker defaults to amd64... so if you use pre-made docker recipes you'll need to edit the file before you build the container to specify aarch64/armhf. Unless docker has an option to set/override the default architecture? so in instead of ubuntu as the distro, use aarch64/ubuntu or armhf/ubuntu. And the same goes if you wanted a debian base...i.e. aarch64/debian or armhf/debian.
You can see all the ready to use aarch64 base images here, and the armhf base images here. Just keep in mind that these are only tempoary solutions until Docker work out how they are going to implement multi-architecture support into the docker registry.
But good to see it's working for you... have fun!