6 ms·
I wanted to build a Windows container image but I really did not want to install Docker Desktop. After some digging around I found my way to the Docker server /
by gdubya 3y ago
I wanted to build a Windows container image but I really did not want to install Docker Desktop. After some digging around I found my way to the Docker server / client binaries for Windows page that allowed me to do this: https://docs.docker.com/engine/install/binaries/#install-server-and-client-binaries-on-windows https://docs.docker.com/engine/install/binaries/#install-ser...
- bafe 3y agoThanks, that's good to keep in mind if I ever need to run docker engine on windows!