We have an install of Windows Server 2022 and want to utilise the built in Docker that comes with it. Is there a way to change the container OS when performing a docker build so that it uses Linux containers.
This is possible in Docker Desktop running on Windows 10 by right clicking the docker icon in the system tray and selecting "switch to windows/linux containers". Is this possible to do in Windows Server 2022?
Thanks