[
https://issues.apache.org/jira/browse/IGNITE-10121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16718952#comment-16718952
]
Ilya Murchenko commented on IGNITE-10121:
-----------------------------------------
To run web agent as a Docker container you should specify the following
parameters for docker run command:
-v
local_path_to_folder_with_jdbc_drivers:/opt/ignite/ignite-web-agent/jdbc-drivers
-e "DRIVER_FOLDER=./jdbc-drivers" - Path to folder with JDBC drivers, default:
./jdbc-drivers
-e "NODE_URI=http://localhost:8080 " - Comma-separated list of URIs for
connect to Ignite REST server, default value: http://localhost:8080/
-e "SERVER_URI=http://localhost:3000" - URI for connect to Ignite Web Console
via web-socket protocol, default value: http://localhost:3000/
-e "TOKENS=" - Comma-separated list of user's security tokens.
For example:
{code:bash}
docker run -d -v jdbc-drivers:/opt/ignite/ignite-web-agent/jdbc-drivers -e
"DRIVER_FOLDER=./jdbc-drivers" -e "NODE_URI=http://localhost:8080 " -e
"SERVER_URI=http://localhost:3000" -e "TOKENS=tokens"
apacheignite/web-agent:latest
{code}
> Web console: Create documentation how to run Web agent as Docker image
> ----------------------------------------------------------------------
>
> Key: IGNITE-10121
> URL: https://issues.apache.org/jira/browse/IGNITE-10121
> Project: Ignite
> Issue Type: Bug
> Components: wizards
> Reporter: Vasiliy Sisko
> Assignee: Ilya Murchenko
> Priority: Major
>
> Especially specify ho configure path to external folder with jdbc driver.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)