Docker on Windows Without Docker Desktop - cannot use docker in powershell or IntelliJ terminal

Why would you expect the docker command work from a Windows command line when you installed it in a WSL distribution? :slight_smile: Fortunately, VSCode supports WSL so you just need to chose WSL in the remote connection tab instead of SSH. Then VSCode would run in the WSL distribution and its terminal would open there too.

IntelliJ is different. They have a VSCode clone called ā€œFleetā€ but not as good. I never tried Fleet on Windows so I have no idea if that supports WSL. If not, you can still use any IntelliJ IDE with their Gateway app if you install SSH daemon in the WSL distribution.

Of course you could install the Docker client on Windows as well and configure the client to connect to the remote Docker daemon in the WSL distribution the similarly to how Docker Desktop works, but I would just use VSCode.