Home / TIL / Windows Subsystem for Linux (WSL) Network Option for Docker in WSL Aug 4, 2025 Table of Contents Network Option for Docker in WSL Network Option for Docker in WSL If the network of the Docker container in WSL is so slow, the --network=host option will help: docker run --network=host ...