Code Monkey home page Code Monkey logo

cloud9-with-carina's Introduction

Cloud9, Carina, and a Docker client

So this is just a heavily modified version of kdelfour/cloud9-docker.

Thanks Kevin for your hard work!!!

Dear Cloud9, sorry? idk. mostly thank you and sorry. - Me

The concept is pretty simple, launch a cloud9 ide with carina in it, on carina.

Then you can do remote development with docker in a cloud9 ide for free with docker support in the ide.

It's a thing.

Here's a blog post about it.

Usage

docker run -it -d -p 80:80 flyinprogrammer/cloud9-with-carina

You can add a workspace as a volume directory with the argument -v /your-path/workspace/:/workspace/ like this :

docker run -it -d -p 80:80 -v /your-path/workspace/:/workspace/ flyinprogrammer/cloud9-with-carina

But I'm not entirely sure how helpful that is - so yeah - gl;hf.

Run with auth

docker run -d -P -e AUTH=user:pass flyinprogrammer/cloud9-with-carina

Run with collab

I don't know what that actually does, but I added it haha.

docker run -d -P -e COLLAB=true flyinprogrammer/cloud9-with-carina

Also, I went to go do this with Eclipse Che and ran into a ton of issues. It would be cool to see someone get that working maybe. Idk. This is all madness.

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.