Run Windows 10 In Docker - ripski.co
ripski.co › run-windows-10-in-dockerJan 09, 2022 · Run Docker On Windows 10 Linux Subsystem. Run the following command to start a simple HTTP server on port 8000. python -m http.server 8000. If you have installed Python 2.x, run python -m SimpleHTTPServer 8000. Now, run a container, install curl, and try to connect to the host using the following commands: