rkt on windows server and .net Core

370 Views Asked by At

I'm working on a .net core project in which I am going to use micro-service

can I use rkt to create and manage containers in windows server or rkt only works on Linux

modified : I understood that the question was wrong

my question is :

I want to host several micro-service of .Net Core in rkt. Is it a normal task to do?

1

There are 1 best solutions below

0
On

I understood my question was basically wrong but I guess the problem is solved.

The solution for my problem is to use docker along with registry docker (docker-hub) which both are open-source. this solves my sanctions limitation problem now I can use docker . I will try it and let you know what I did.

thx everbody