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
Content type
Image
Digest
Size
454.1 MB
Last updated
over 7 years ago
docker pull theraw/c9