How can I change the location of docker images when using Docker Desktop on WSL2 with Windows 10 Home?

I’ve just upgraded to Windows 10 Home May 2020, activated WSL2, and installed Docker Desktop. WSL2 must be installed in my system disk, which is a small SSD. I don’t want to fill it with docker images. How do I change the docker images path? I’d like to use a path in my big Windows … Read more

What is linux equivalent of “host.docker.internal” [duplicate]

This question already has answers here: From inside of a Docker container, how do I connect to the localhost of the machine? (36 answers) Closed 27 days ago. On Mac and Windows it is possible to use docker.for.mac.host.internal (replaces docker.for.mac.localhost) and docker.for.win.host.internal (replaces docker.for.win.localhost) host.docker.internal (Docker 18.03+) inside container. Is there one for Linux that … Read more

Docker cannot start on Windows

Executing docker version command on Windows returns the following results: C:\Projects> docker version Client: Version: 1.13.0-dev API version: 1.25 Go version: go1.7.3 Git commit: d8d3314 Built: Tue Nov 1 03:05:34 2016 OS/Arch: windows/amd64 error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.25/version: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the … Read more