Sign inSign up

cravler/cloud9

By cravler

Updated almost 11 years ago
Archived

https://github.com/cravler/docker-files

Image
0

257

cravler/cloud9 repository overview

How to use this image:

docker run -it --rm -p 8181:8181 -v `pwd`:/workspace cravler/cloud9 cloud9 [<options>]

or add to ~/.bashrc

cloud9() {
    mkdir -p ~/.c9
    set -o noclobber
    { > ~/.c9/user.settings ; } &> /dev/null
    docker run -it --rm -p 8181:8181 -v `pwd`:/workspace -v ~/.c9/user.settings:/root/.c9/user.settings cravler/cloud9 cloud9 $@
}

and just run

cloud9 [<options>]

Tag summary

Content type

Image

Digest

sha256:51c524d2e

Size

387.3 MB

Last updated

almost 11 years ago

docker pull cravler/cloud9