1. Yes, Ignite.NET will run in Linux docker container under .NET Core. You can use microsoft/dotnet:sdk base image, install Java there (apt install default-jdk), and run your app
2. There are no Windows containers with Ignite Thanks, Pavel On Thu, Dec 20, 2018 at 4:07 PM Ilya Kasnacheev <[email protected]> wrote: > Hello! > > For the first question: There's no reason that you would not be able to > run Java, Mono or dotnet core Ignite node inside docket, connect to it with > C# client. > > Should be working as soon as you configure it properly. > > Regards, > -- > Ilya Kasnacheev > > > чт, 20 дек. 2018 г. в 12:36, F.D. <[email protected]>: > >> Hi Igniters, >> I'd like to know if is it possible to use ignite docker (with linux O.S.) >> and connect a ignite client in C#. I suppose no, is it? >> >> So the second question, is already present in the docker repository an >> image for Ignite .NET (with windows O.S.)? >> >> Thanks, >> F.D. >> >
