Skip to content

daemondev/docker-cloud9

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work in progress

Docker Cloud9 Server

This image runs the Cloud9 IDE inside a Docker container. Supports multiple users and collaboration.

Usage

docker run \
  -v </path/to/config/>:/config \
  -v </path/to/home/>:/workspace \
  -p 80:80 \
  -p 8000-8003:9000-9003 \
  oznu/cloud9

Managing Users

Users are managed through a standard .htpasswd file located in /config/.htpasswd. To add a new a user run this command after launching the container:

docker exec -it <container name or id> htpasswd /config/.htpasswd <username>

About

Work in progress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.9%
  • Dockerfile 4.1%