Run Docker Image On Windows
https://loadpolitical.danelleandryan.us/run-docker-image-on-windows03.01.2022 · Finally, run the new container by using the docker run command with the --rm parameter that automatically removes the container once the command line (cmd.exe) stops. The result is that Docker created a container from the 'HelloWorld' image, Docker started an instance of cmd.exe in the container, and the cmd.exe read our file and output the contents to the shell.