Hello,

I am trying to deploy Apache Ignite 2.4.0 in docker using external libs as
described at https://apacheignite.readme.io/docs/docker-deployment

/docker run -d --name ignite -v
/storage/ignite/ignite-server-config.xml:/etc/ignite/ignite-server-config.xml
\
    -e "CONFIG_URI=file:///etc/ignite/ignite-server-config.xml" -p
47500:47500 \
    -e
"EXTERNAL_LIBS=http://central.maven.org/maven2/org/apache/ignite/ignite-schedule/1.0.0/ignite-schedule-1.0.0.jar";
\
     apacheignite/ignite:2.4.0/

Docker container is started but in docker logs there is an error

/wget: unrecognized option: i
BusyBox v1.27.2 (2017-12-12 10:41:50 GMT) multi-call binary.

Usage: wget [-c|--continue] [--spider] [-q|--quiet] [-O|--output-document
FILE]
        [--header 'header: value'] [-Y|--proxy on/off] [-P DIR]
        [-S|--server-response] [-U|--user-agent AGENT] [-T SEC] URL.../

Thus the external lib is not loaded.
Could you, please, help me to resolve the problem or provide me with another
way to add external libraries to Ignite classpath?

Thanks in advance,
Ksenia



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to