cloud9-docker
cloud9-docker copied to clipboard
Cloud9 Dockerfile
This enables (optional) basic authentication for Cloud9. It adds a docker `entrypoint` script which conditionally adds the [--auth](https://github.com/c9/core/wiki) argument if the `C9_USER` and `C9_PASS` environment variables are defined. Additionally it...
Improve docker image size. The commands can further be merged against a single RUN command for shrinking the image size.
I see that you exposed port 3000 in reply to one of the issues. Not sure why it won't work for me. I run cloud9 using dokku. So the editor...
Would it be possible to add a Golang envionment, so that Go is also supported?
Whe I open a code file in cloud9 I get a popup about installing this that links to https://github.com/c9/c9.ide.language.codeintel Is it possible to package this in the image?
hello. I executed this order:`docker run -it -d -p 8001:80 -v /c9/workspace/:/workspace/ kdelfour/cloud9-docker`, Then, open the browser:0.0.0.0:8001. Got this error:`dial tcp 0.0.0.0:8001: getsockopt: connection refused`. I can not find a...
# Always use https: instead of git: as git: is blocked in many firewalls RUN git config --global url.https://.insteadOf git://
To fix terminal not working after rebuild image from dockerfile, add a command to run a required dependencies script : # Install Cloud9 RUN git clone https://github.com/c9/core.git /opt/cloud9 WORKDIR /opt/cloud9...
This is one way to solve #15. Try it out buy building and running or you can bull it directly from: https://hub.docker.com/r/z3cka/cloud9-docker/
Would it be possible to configure a password needed to enter the workspace? The standard cloud9 built has it, but I can't seem to find how to do this using...