Skip to content

truongld/docker-cloud9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

docker-cloud9

  • step 1: pull from repository: git clone https://github.com/truongld/docker-cloud9.git && cd docker-cloud9
  • step 2: buid docker image: docker build -t="base_cloud9" .
  • step 3: run new container from the image: docker run -it -d -p 3000:3000 -p 9000:9000 -p 3001:3001 --name=mycloud9 base_cloud9
  • step 4: start cloud9 from your new container: docker exec mycloud9 pm2 start /etc/pm2_cloud9.json

=> Now you can access to Cloud9 IDE at: http://docker-manchine-ip:3000 or extends basecloud9 to build your customize images

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published