下载啦:请放心下载,安全无病毒!

软件提交最近更新 热门排行
您现在的位置: 下载啦 > 编程开发 > 编程软件 > Eclipse Che(原生开发环境) v7.27.2官方版 附教程
Eclipse Che(原生开发环境) v7.27.2官方版 附教程
0%
0%

Eclipse Che(原生开发环境) v7.27.2官方版 附教程

  • 软件介绍
  • 软件截图
  • 相关下载
  • 相关文章

Eclipse Che是一款基于浏览器的集成开发环境,采用Java开发,包括语法高亮、代码分析、代码辅助和调试等多种功能,支持C++、Go、Java、Python等多种开发语言,适用于Windows、Linux和OS X系统。

Eclipse Che(原生开发环境) v7.27.2官方版 附教程

软件功能

生产运行时间

"开发模式 "您的工作空间

使用任何IDE

基于团队的开发

语言服务器协议

调试器

SSH/终端

堆栈

RESTful工作空间

云端IDE

多项目

指令

预览

灯光主题

插件

开源

安装教程

首先:安装Docker

yum install docker

service start docker

Eclipse Che(原生开发环境) v7.27.2官方版 附教程
Eclipse Che(原生开发环境) v7.27.2官方版 附教程

关闭防火墙

systemctl stop firewalld.service #停止firewall

systemctl disable firewalld.service #禁止firewall开机启动

sudo chmod 777 /var/run/docker.sock

Source code

WARN: Bound 'eclipse/che' to 'eclipse/che:5.20.0'

WARNING: Usage of loopback devices is strongly discouraged for production use. Either use `--storage-opt dm.thinpooldev` or use `--storage-opt dm.no_warn_on_loop_devices=true` to suppress this warning.

INFO: Welcome to Eclipse Che!

INFO:

INFO: We could not resolve DockerHub using DNS.

INFO: Either we cannot reach the Internet or Docker's DNS resolver needs a modification.

INFO:

INFO: You can:

INFO: 1. Modify Docker's DNS settings.

INFO: a. Docker for Windows & Mac have GUIs for this.

INFO: b. Typically setting DNS to 8.8.8.8 fixes resolver issues.

INFO: 2. Does your network require Docker to use a proxy?

INFO: a. Docker for Windows & Mac have GUIs to set proxies.

INFO: 3. Verify that you have access to DockerHub.

INFO: a. Try 'curl --head hub.docker.com'

INFO: 4. Skip networking checks.

INFO: a. Add '--fast' to any command

提示上面这个错误,是因为这台计算机无法访问hub.docker.com,所以你可以选择跳过检查。带上–fast参数。

docker run -it –rm -v /var/run/docker.sock:/var/run/docker.sock -v /opt:/data eclipse/che start –fast

Eclipse Che(原生开发环境) v7.27.2官方版 附教程

本以为安装成功了!结果出了新的错误。

Source code

ERROR: for che Cannot start service che: driver failed programming external connectivity on endpoint che

(a20242e3bf7f8b98f31193e26fb135ece518bc81f8366a31f225102d65339c5f):

iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 8080 -j DNAT --to-destination 172.17.0.4:8080 ! -i docker0:

iptables: No chain/target/match by that name.

(exit status 1)

Encountered errors while bringing up the project.

ERROR: Error during 'compose up' - printing 30 line tail of /opt/cli.log:

上面这个错误,其实很好解决,重启下docker即可。

service docker restart

大功告成

Eclipse Che(原生开发环境) v7.27.2官方版 附教程

关闭容器

sudo docker run -it –rm -v /var/run/docker.sock:/var/run/docker.sock -v /opt:/data eclipse/che stop –fast

  • Eclipse Che(原生开发环境)v7.27.2官方版 附教程(1)
  • Eclipse Che(原生开发环境)v7.27.2官方版 附教程(2)
  • Eclipse Che(原生开发环境)v7.27.2官方版 附教程(3)
  • Eclipse Che(原生开发环境)v7.27.2官方版 附教程(4)
  • Eclipse Che(原生开发环境)v7.27.2官方版 附教程(5)

下载地址

  • Pc版

Eclipse Che(原生开发环境) v7.27.2官方版 附教程

软件评论 您的评论需要经过审核才能显示

请自觉遵守互联网相关政策法规,评论内容只代表网友观点,与本站立场无关!
网友评论

热门精选