5 Star 9 Fork 6

踩瓜大盗 / cloud9

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
Zhang Xinyu 提交于 2015-07-07 09:42 . Updata

Cloud9 v3 Dockerfile

This repository contains Dockerfile of Cloud9 IDE for Docker's automated build published to the public Docker Hub Registry.

Base Docker Image

kdelfour/supervisor-docker

Installation

Install Docker.

Download automated build from public Docker Hub Registry: docker pull kdelfour/cloud9-docker

(alternatively, you can build an image from Dockerfile: docker build -t="kdelfour/cloud9-docker" github.com/kdelfour/cloud9-docker)

Usage

docker run -it -d -p 80:80 kdelfour/cloud9-docker

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/ kdelfour/cloud9-docker

Build and run with custom config directory

Get the latest version from github

git clone https://github.com/kdelfour/cloud9-docker
cd cloud9-docker/

Build it

sudo docker build --force-rm=true --tag="$USER/cloud9-docker:latest" .

And run

sudo docker run -d -p 80:80 -v /your-path/workspace/:/workspace/ $USER/cloud9-docker:latest

Enjoy !!

Docker
1
https://gitee.com/zxynk666666/cloud9.git
git@gitee.com:zxynk666666/cloud9.git
zxynk666666
cloud9
cloud9
master

搜索帮助