Let's say I have Windows Server 2016 Desktop where I will deploy my micro services as containers. Also, let's say I choose Windows Server Core as base image for my containers. This force me to choose Hyper-v containers.
Is it even resonable to run Windows Server Core as base image in a hyper-v container? I mean, Windows Server Core is quite big in terms of disk space memory (at least compared to Nano Server).
What are the main differences between having Windows Server Core and Windows Server Nano as base image in a hyper-v container? I'm thinking about RAM usage, disk space usage in the host. Ex, If I have many containers (10-20), will that be a problem if using Server Core (because of its larger size)?