Sign inSign up

theraw/c9

By theraw

Updated over 7 years ago

Cloud9 IDE + SDK with 3 steps.

Image
0

10K+

theraw/c9 repository overview

Cloud9 IDE, as simple as 3 steps

1. create c9.yml

version: '3'
services:
  c9:
    container_name: c9
    ports:
     - "5555:5555"
    image: "theraw/c9"
    privileged: true
    restart: unless-stopped

2. run

docker-compose -f c9.yml up -d

3. have fun

Open http://localhost:5555 login with username : admin password : test1

Tag summary

Content type

Image

Digest

Size

454.1 MB

Last updated

over 7 years ago

docker pull theraw/c9