WSL Connect Docker Daemon к Docker для Windows

echo "export DOCKER_HOST=tcp://localhost:2375" >> ~/.bashrc && source ~/.bashrc
Matthijsmgj