Giter VIP home page Giter VIP logo

c9ide-dockerfiles's Introduction

Cloud9 IDE SDK

"Prompt"

Note: please check GitLab or Docker Hub for the current tags

On my blog I wrote an article about Setting up a powerful self-hosted IDE in the cloud which describe the use of these images.

Registries

GitLab

Available as an automated builds are available at the GitLab container registry.

  • Fedora:
    docker pull registry.gitlab.com/gbraad/c9ide:f24, f25, f26, f27
  • CentOS:
    docker pull registry.gitlab.com/gbraad/c9ide:c7
  • Ubuntu 16.04 (xenial):
    docker pull registry.gitlab.com/gbraad/c9ide:u1604

The following images are based on my devenv environment.

  • Fedora (devenv):
    docker pull registry.gitlab.com/gbraad/c9ide:f24-devenv
  • CentOS 7 (devenv):
    docker pull registry.gitlab.com/gbraad/c9ide:c7-devenv

Docker hub

An alternative automated build is available at the Docker registry.

  • Fedora:
    docker pull gbraad/c9ide:f24, f25, f26, f27
  • CentOS 7:
    docker pull gbraad/c9ide:c7
  • Ubuntu 16.04 (xenial):
    docker pull gbraad/c9ide:c7

The following images are based on my devenv environment.

  • Fedora (devenv):
    docker pull gbraad/c9ide:f24-devenv
  • CentOS 7 (devenv):
    docker pull gbraad/c9ide:c7-devenv

Usage

Running on Docker

Setup an alias

$ alias c9ide='docker run -it --rm -v `pwd`:/workspace gbraad/c9ide:u1604'

or

$ alias c9ide='docker run -it --rm -v `pwd`:/workspace registry.gitlab.com/gbraad/c9ide:u1604'

Invoke C9 IDE

$ cd ~/Projects/[something]
$ c9ide

and open your browser to localhost:8181

Running on OpenShift

Note: restrictions apply, as the container doesn't run as root (UID: 0) without changing settings. Due to this you can not install new packages. However, you can write in /opt/.

$ oc new-app gbraad/c9ide:f25 --name=c9ide

Now you can create a route and open the application from the browser.

Authors

"Gerard Braad"
@gbraad

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.