Issue Type: Bug
After the newest Docker Desktop update (2019-11-05), which replaced WSL2 Tech Preview for WSL2 Backend, I'm no longer able to attach VS Code to containers.
Expected result:
Using Docker extension, from the container listing, attach VS Code to the container.
Actual result:
When trying to attach to the container in the containers list, VS throw the following error: "Docker returned an error. Make sure the Docker daemon is running."
Docker Desktop version: 2.1.5.0 (40323)
Extension version: 0.83.0
VS Code version: Code - Insiders 1.40.0-insider (d39e6b396c3ea364584126316a0fcf30f9cb378e, 2019-11-05T02:01:04.347Z)
OS version: Windows_NT x64 10.0.19013

@fadlio A few things here with 2.1.5.0 and updates to the Docker extension.
workspace extension which may break its ability to use this command when connected to WSL (see #1826). We're generally recommending using remote explorer which will never have this problem.docker context use default before attempting this? @Chuxel 3. did the trick! Thank you so much!