Cloud9 IDE for go development, including completion and debug
1.4K
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
docker run -d -p 8080:8080 -p 8081:8081 msmiley/cloud9-go
Then serve up your web service on port 8081.
docker run -d -v ~/my_go_workspace:/go -p 8888:8080 -p 5000:8081 msmiley/cloud9-go
docker run -d -v ~:/go -p 8080:8080 msmiley/cloud9-go -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
359.5 MB
Last updated
over 9 years ago
docker pull msmiley/cloud9-go