.Net Core application currently has Windows Docker support. How can I convert it to Linux Docker support?
I have been playing around with containers the past couple of weeks and I have really been enjoying using Docker. I just found out about NginX and I decided that that was something I really wanted to utilize. Problem is, I need to be on Linux. Which it’s no problem for me to set up, but how can I set up my application for it when I’ve already set it up for Windows? Can I just rename the Dockerfile and create a new one with the Linux build info in it? Or is it not that simple?
0 comments:
Post a Comment