Cross-compiling environment with gcc and g++ for ARM based on ubuntu:trusty.
Note that ubuntu:utopic contains a change to tzdata which breaks Go compilation for now.
Build the image:
docker build --rm -t neroinc/ubuntu-crosscompile .
Start a container with an interactive shell and port 8080 published:
docker run -it neroinc/ubuntu-crosscompile /bin/bash
To mount your local work directory (e.g. using
Boot2docker with VirtualBox Guest Additions)
into a new docker container, run:
docker run -it -v /Users/<workspace path>:/src/ neroinc/ubuntu-crosscompile /bin/bash
Content type
Image
Digest
sha256:a9069bb8d…
Size
231.4 MB
Last updated
almost 11 years ago
docker pull neroinc/ubuntu-crosscompile