Hacker News new | ask | show | jobs
by gdubya 953 days 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-ser...
1 comments

Thanks, that's good to keep in mind if I ever need to run docker engine on windows!