Sign inSign up

saidsef/cloud9-containerised

By saidsef

Updated about 6 years ago

This is the will build and containerise the core repository for the Cloud9 v3 SDK

Image
1

1.4K

saidsef/cloud9-containerised repository overview

Cloud9 Containerised

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

Installation

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

Deployment

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

Tag summary

Content type

Image

Digest

Size

533.6 MB

Last updated

about 6 years ago

docker pull saidsef/cloud9-containerised