Che

1
2
3
4
5
6
docker run -p:8080:8080 \
    --name che \
    -e CHE_HOST=0.0.0.0 \
    -v /var/run/docker.sock:/var/run/docker.sock \
    -v /opt/docker/che:/data \
    eclipse/che-server:6.0.0

参考 https://www.eclipse.org/che/docs/quick-start.html

orion

镜像备份下载地址

https://pan.baidu.com/s/1seuGfBQixf8sro8Ru2OBrw

在装有Docker的机器上执行

1
2
docker load < yinshuwei_orion_1_0.tar
docker run --name orion -p 8080:8080 -d yinshuwei/orion:1.0 /root/run.sh

打开 http://ip:8080/ 就可以在线编写代码了!!!

参考 https://github.com/eclipse/orion.server

https://www.eclipse.org/che/docs/docker-multi-user.html