guan/cloud9

By guan

Updated over 8 years ago

cloud9 ide

Image
0

83

Cloud9 on Docker

Installation

A docker-compose.yml in this repo is tested on Ubuntu 14.04 only for now. Modify this file appropriately.

cloud9:
  build: .
  ports:
    - 8080:80
    - 15454:15454
    - 3000:3000
    - 4000:4000
  volumes:
    - ./workspace:/workspace
  command: node /cloud9/server.js --port 80 -w /workspace --auth user:password

And up a service.

$ docker-compose up

Licence

MIT

Author

Masato Shimizu

Docker Pull Command

docker pull guan/cloud9