A docker container for building an ubuntu-arm image
Build the docker image by executing
docker build -t docker-ubuntu-arm .
Tag the docker image by executing
docker tag docker-ubuntu-arm pseudodesign/docker-ubuntu-arm:xenial-rel-0.0.6
Push the docker image by executing
docker push pseudodesign/docker-ubuntu-arm:xenial-rel-0.0.6
docker run -u appuser -it --privileged docker-ubuntu-arm /bin/bash