Starting WebAgent on Apache Ignite for Docker

后端 未结 1 1387
无人共我
无人共我 2021-01-27 10:52

I\'m attempting to troubleshoot replication between two apache ignite dotnet nodes in docker.

I\'ve enabled http-rest using the instructions here: How do I enable ignite

相关标签:
1条回答
  • 2021-01-27 11:12

    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* ./

    0 讨论(0)
提交回复
热议问题