Open v-xinda opened 2 years ago
@v-xinda For various reasons, I've not been able to get Docker Desktop running on any of my Linux VMs so far. (Docker Desktop doesn't support arm64, so I can't use Parallels on my M1 Mac, and I don't have a business license yet for Parallels on my Intel Mac, and have been unsuccessful getting nested virtualization working on my Windows Hyper-V Linux VM.)
I've heard of one other user running into a similar problem with Dapr with Docker Desktop on Linux, with no resolution/workaround as of yet.
@v-xinda With a new Parallels license for my Intel Mac, I've made two independent attempts to create a Ubuntu VM with Docker Desktop without success; the Docker host just doesn't start. It looks like Docker doesn't officially support Docker Desktop in VMs with nested virtualization (i.e. Parallels), so it could be just that. Unfortunately, I don't have any raw hardware on which I can install Linux so that's as far as I can investigate at the moment.
@philliphoff I use the Linux (Inter) created by Hyper-V. The Docker Desktop can run on Linux (Inter) after configuring the setting according to the content in this link:https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/user-guide/nested-virtualization
I'm having the same issue on WSL ubuntu, DAPR extension is not aware that DAPR cli is installed and even init
OS: Ubuntu 22.04 Build Version: 20220629.2 Docker Desktop: 4.10.1
Repro Steps:
curl -fsSL https://raw.githubusercontent.com/dapr/cli/master/install/install.sh | /bin/bash
sudo dapr init
.bashrc
file.Expect: The "No Dapr applications are running." shows in the Applications tree view.
Actual: The "Install Latest Dapr" shows in the Applications tree view. Note: Check the dapr runtime by command
dapr --version
.More Info:
sudo dapr init
.