-
-
Notifications
You must be signed in to change notification settings - Fork 732
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any plan to support windows? #77
Comments
Native Windows support is possible, but it's quite a bit of extra effort. It all depends on how many people want/need this capability :-) In the near future the best bet will be the newly announced WSL 2 in Windows. |
awesome.Through i deploy my applications on linux,but in deployment,I like to try everything on windows |
With WSL 2 it looks like we'll get parity with the Mac OS X local experience :) |
@mrtylerzhou I'd love to learn more about your use cases, the application stacks you are using (and how) and what you wish the tool can do for you. Would you be open to quick chat on Google Hangout, Skype, WhatsApp, Telegram or whatever you prefer? |
primarily,I build my dotnet core images on docker on windows.After testing out,I'll use a linux machine to build the production level image.The reason why I use windows machine to build testing images is that I feel comfortable working on windows.What i wish is that all great tools have a windows version. |
@mrtylerzhou How much do you know about .NET Core on Linux? Can use some help to make sure it's well supported with |
I'm working in sto express in China.Currently,we are planning to migrate our traditional applications to .net core and host them on alibaba cloud service.Currently I'm investigating how to optimize docker images.Docker slim is interesting,And I'll have a try it in testing environment and give you feedbacks. |
@mrtylerzhou if it's not a secret... why do you care about optimizing docker images? also curious... how did you find out about |
I just take optimizing into consideration.In fact,up to now,microsoft base image is about 300M,it is acceptable.But the smaller,the better.I found docker slim by keyword docker slim,there really have one;-) |
alibaba have a instruction that the image's kernal version should match host's kernal version.we may also make a custom base image instead of using microsoft's |
@mrtylerzhou , thanks for the context! I'm curious... Is image size your main and only container related concern or do you have other container pain points you wish you could address? Do you do anything with your containers to make them more secure? Is there anything you wish you could do with your containers at run time (related to monitoring or visibility)? |
moving this to WISHLIST.md |
as the title said
The text was updated successfully, but these errors were encountered: