|
|
|
|
|
by scardine
2822 days ago
|
|
The Linux Subsystem for Windows is good enough for my software development needs - the Docker Engine does not run in WSL but you can tell the Linux docker client to use the Windows server by setting an environment variable: export DOCKER_HOST=localhost:2375
|
|