Eclipse-Che 安装(Centos)
Posted 无奇刻
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Eclipse-Che 安装(Centos)相关的知识,希望对你有一定的参考价值。
安装docker,
然后执行:
docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock -v /home/cheData:/data -v /home/che:/repo eclipse/che:5.1.2 start
多环境:
docker run -ti --rm --privileged=true -v /var/run/docker.sock:/var/run/docker.sock -v /home/cheData:/data -e CHE_HOST=192.168.111.61 -e CHE_MULTIUSER=true eclipse/che start
如果需要指定端口:
https://www.yanjiayu.cn/posts/9358ba71.html
注意:
/home/cheData和/home/che为本地路径,192.168.111.61是当前服务器ip
以上是关于Eclipse-Che 安装(Centos)的主要内容,如果未能解决你的问题,请参考以下文章
CentOS7 + Python3 + Django(rest_framework) + MySQL + nginx + uwsgi 部署 API 开发环境, 记坑篇