Starting WebAgent on Apache Ignite for Docker

ε祈祈猫儿з 提交于 2019-12-02 10:07:37

To solve this, you should rebuild docker image by using next steps:

  1. Start Web Console, log in and download Web Agent by using link in the right bottom side.
  2. Copy downloaded Web Agent archive and Dockerfile (can be found here https://github.com/apache/ignite/tree/master/docker/web-agent) to the same folder
  3. Build the image by using steps 3-5 from README file

NOTICE: seems like current version of Dockerfile contains bug https://issues.apache.org/jira/browse/IGNITE-12018, according to the suggestion from the ticket you should change COPY command in Dockerfile to COPY ignite-web-agent* ./

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!