You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by luqmanahmad <lu...@gmail.com> on 2017/08/17 13:47:35 UTC

docker external libs

Hi there,

In docker deployment can we provide jars from our local system to
EXTERNAL_LIBS parameter. Let say we have 10 different jars on our local
system how do we provide them to the EXTERNAL_LIBS parameter.

Thanks,
Luqman



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/docker-external-libs-tp16254.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: docker external libs

Posted by Nikolai Tikhonov <nt...@apache.org>.
Yes, you can easily to create your own image. As example you can look at
Apache Ignite docker file [1].

1.
https://github.com/apache/ignite/blob/master/modules/docker/2.1.0/Dockerfile

On Mon, Aug 21, 2017 at 1:31 PM, luqmanahmad <lu...@gmail.com> wrote:

> Thanks Nikolai for coming back. That's what I am doing and I needed one
> based
> on the centos anyway. So had to create one from scratch.
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/docker-external-libs-tp16254p16330.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>

Re: docker external libs

Posted by luqmanahmad <lu...@gmail.com>.
Thanks Nikolai for coming back. That's what I am doing and I needed one based
on the centos anyway. So had to create one from scratch.



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/docker-external-libs-tp16254p16330.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: docker external libs

Posted by Nikolai Tikhonov <nt...@apache.org>.
Hello,

I think in this case that the better way it to extend existing a docker
image and add your libs by "ADD" command.

On Thu, Aug 17, 2017 at 4:47 PM, luqmanahmad <lu...@gmail.com> wrote:

> Hi there,
>
> In docker deployment can we provide jars from our local system to
> EXTERNAL_LIBS parameter. Let say we have 10 different jars on our local
> system how do we provide them to the EXTERNAL_LIBS parameter.
>
> Thanks,
> Luqman
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/docker-external-libs-tp16254.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>