Giter VIP home page Giter VIP logo

docker-cloud9's Introduction

Supported tags

  • latest, alpine (584 MB - 198 MB compressed)
  • slim (203 MB - 66 MB compressed)

What is Cloud9 IDE?

Cloud9 IDE is an online integrated development environment, published as open source from version 3.0. It supports hundreds of programming languages, including C, C++, PHP, Ruby, Perl, Python, JavaScript with Node.js, and Go. It enables developers to get started with coding immediately with pre-configured workspaces, collaborate with their peers with collaborative coding features, and web development features like live preview and browser compatibility testing.

How to use this image

Start the Cloud9 instance as follows:

docker run -it -d -p 8000:8000 -e USERNAME="username" -e PASSWORD="password" -v $(pwd):/workspace --name cloud9 hoadx/cloud9:latest

You can add a workspace as a volume directory with the argument -v /yourworkspace:/workspace

Docker Compose

A docker-compose.yml looks like this:

cloud9:
  container_name: cloud9
  image: hoadx/cloud9
  ports:
    - "8000:8000"
  environment:
    - USERNAME=username
    - PASSWORD=password
  volumes:
    - /home/www/projects:/workspace

Environment Variables

  • USERNAME This variable is mandatory and specifies the user that will be set for Cloud9 HTTP Authentication

  • PASSWORD This variable is mandatory and specifies the password that will be set for Cloud9 HTTP Authentication

docker-cloud9's People

Contributors

hoadx avatar

Watchers

James Cloos avatar KAJIWARA Yutaka avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.