Sample docker-compose.yml
version: '2.4'
services:
cloud9:
container_name: cloud9
image: meteorlxy/cloud9:latest
restart: always
init: true
ports:
- 80:80
volumes:
- /path/to/workspace:/workspace
environment:
C9_WORKSPACE: /workspace
C9_AUTH_USER: user
C9_AUTH_PASSWORD: password
TZ: Asia/Shanghai
C9_AUTH_USER and C9_AUTH_PASSWORD to your username and password.TZ to your timezone.Cloud9 Web IDE
Official Github Repository: c9/core
Base Image: ubuntu:latest
Content type
Image
Digest
Size
419 MB
Last updated
about 7 years ago
docker pull meteorlxy/cloud9