As my team's microservice architecture grows, as does the pain of manually deploying each individual service in the application. I've played with Docker before and am now learning to leverage the power of building images with CI, docker-compose
, etc., but am overall very new to it.
Question: is Docker only able to be production hosted in a linux environment, or can it be hosted on Windows as well?
To be clear, I'm aware of Docker Desktop for Windows / Mac, but my understanding is that it for a development and not production.