Docker image containing Go 1.6.1 binaries compatible with the Raspberry Pi.
docker run -ti -v /data/docker/go:/data apicht/rpi-golang
FROM apicht/rpi-golang:latest
RUN go get github.com/golang/example/hello
CMD ["hello"]
Docker image containing Go 1.6.1 binaries compatible with the Raspberry Pi.
docker run -ti -v /data/docker/go:/data apicht/rpi-golang
FROM apicht/rpi-golang:latest
RUN go get github.com/golang/example/hello
CMD ["hello"]