[ 
https://issues.apache.org/jira/browse/IGNITE-28728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Evgeny Stanilovsky resolved IGNITE-28728.
-----------------------------------------
    Fix Version/s: 2.19
       Resolution: Fixed

[~javakillah] thanks, merged to master

> Fix the config path in the Docker run command
> ---------------------------------------------
>
>                 Key: IGNITE-28728
>                 URL: https://issues.apache.org/jira/browse/IGNITE-28728
>             Project: Ignite
>          Issue Type: Task
>          Components: documentation
>            Reporter: Dmitry Werner
>            Assignee: Dmitry Werner
>            Priority: Minor
>             Fix For: 2.19
>
>
> The website currently provides the following command to start the Docker 
> container:
> {code:java}
> # Start a single-node cluster
> docker run -d --name ignite-node \
>   -p 10800:10800 -p 47100:47100 -p 47500:47500 \
>   -e "CONFIG_URI=/opt/ignite/config/default-config.xml" \
>   apacheignite/ignite:2.18.0{code}
> See [https://ignite.apache.org/download/] Apache Ignite 2 -> Docker
> I ran it locally and got the following error:
> {code:java}
> Caused by: java.net.MalformedURLException: no protocol: 
> /opt/ignite/config/default-config.xml {code}
> The command that actually works is:
> {code:java}
>  # Start a single-node cluster
> docker run -d --name ignite-node \
>   -p 10800:10800 -p 47100:47100 -p 47500:47500 \
>   -e "CONFIG_URI=/opt/ignite/apache-ignite/config/default-config.xml" \
>   apacheignite/ignite:2.18.0{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to