This is the will build and containerise the core repository for the Cloud9 v3 SDK
1.4K
This will build and containerise the core repository for the Cloud9 v3 SDK. The SDK allows you to run a version of Cloud9 that allows you to develop plugins and create a custom IDE based on Cloud9
Follow these steps to build:
git clone https://github.com/saidsef/cloud9-containerised
docker build -t cloud9:dev .
docker run -d -p 9099:9099 -v /path/to/workspace:/app/workspace cloud9:dev
To deploy (without building it locally):
docker pull saidsef/cloud9-containerised
docker run -d -p 9099:9099 -v /path/to/workspace:/app/workspace saidsef/cloud9-containerised
Content type
Image
Digest
Size
533.6 MB
Last updated
about 6 years ago
docker pull saidsef/cloud9-containerised