This folder contains files necessary for building a Docker image for ARM architectures containing ROS kinetic core. It is based on OSRF's ROS Kinetic Core x86 Dockerfile, but inherits from armhf/ubuntu:xenial rather than ubuntu:xenial. Note that it must be built on an ARM platform - you almost certainly cannot build it on your desktop/laptop! It has been built and pushed to Docker Hub, so you can obtain it by running:

docker pull shadowrobot/ros-kinetic-core-armhf

on your ARM machine.

You could pull it to an x86 machine, but it would not run there!