Cloud9 IDE for go development on ARMv6
255
Includes go1.8 running on Debian Jessie with working code completion and debugging. Cloud9 workspace is set up as the GOPATH with empty bin/pkg/src folders.
docker run -d -p 8080:8080 msmiley/cloud9-go-armhf
docker run -d -p 8080:8080 -p 8081:8081 msmiley/cloud9-go-armhf
Then serve up your web service on port 8081.
docker run -d -v ~/my_go_workspace:/home -p 8888:8080 -p 5000:8081 msmiley/cloud9-go-armhf
docker run -d -v ~:/home -p 8080:8080 msmiley/cloud9-go-armhf -a user:pass
Note: the password will be easily visible to anyone in the docker group, so no valuable passwords!
Content type
Image
Digest
Size
324.3 MB
Last updated
over 9 years ago
docker pull msmiley/cloud9-go-armhf