M3 MacBook Pro
macOS 26.0.1
Parallels Desktop
Version 26.1.1 Pro Edition
Ubuntu with Rosetta to run Docker
Title says it all. Working docker, system time on Ubuntu and in macOS are correct
Updated on 9/30
When doing a Docker Run, it dies when starting MYSQL, it says the date is too far in the...
Dear Sir/Madam,
I have installed Docker Desktop and the WSL dependencies on a windows 11 VM, however docker fails to run, seemingly due to missing HyperV tools. Indeed I tried to add HyperV tools but the guest OS does not seem able to support them... how can I solve this issue please?
Host...
Hey Community,
I recently started a new job where majority of the dev works is .NET and am trying to get some of the older legacy projects set up.
I have a Mac m3 pro chip 18GB RAM. The projects I am trying to run has .NET versions between 2.2 - 6.8. Unfortunately upgrading the projects is not...
Hello, as nested virtualization is not available on apple silicone...
Is it possible to leverage the docker engine running on mac os host machine using the docker cli running on windows virtual machine?
I'm already running a sql container on mac and accessing it using ssms on windows. As a...
How can I access usb devices connected to my Mac from within a docker container (e.g. as /dev/ttyACM0)?
My setup:
Removed official Docker Desktop
Installed docker-machine per instructions at https://github.com/Parallels/docker-machine-parallels/
Made USB device available in `pal-dev` virtual...
Hello everyone.
I have a problem with my M1 MacBook : I have Parallels running Windows 11. I downloaded Visual Studio Preview Edition in order to get working with ARM architecture and it does work without problem. But I need to download SQL Server Management Studio and SQL Server Express but I...
I'm running Parallels Desktop 18.1.0 on my 3.6 GHz 10-Core Intel Core i9 iMac, with macOS 13.0.1.
I've tried running Docker Desktop with both Windows 10 and 11 guests.
Since nested virtualization is required, these guests have been configured to use the Parallels Hypervisor, with both the...
Hi,
I am trying to install and configure Docker(Desktop) in Parallels Desktop Windows 11 in MacBook M1(Apple Silicon).
But I am seeing multiple errors while installing WSL Ubuntu and the Docker Desktop isn't starting. It seems the Hyper-V is not getting enabled.
I read somewhere that the nested...
I installed a Windows 11 ARM guest using Parallels Pro Version 17.1.3 (51565) for development purpose. So I need to install and configure docker with WSL but I am having an error:
Host is a MacBook Pro with M1 CPU, I have read that nested virtualization option has been removed.
So docker can't...
Hi everyone,
I have successfully installed Azure SQL Edge and have it up and running in a docker container on my Mac. I am able to connect to it successfully in Azure Data Studio on the Mac side of things. I also have SQL Server Management Studio up and running on my Windows 11 VM, but I cannot...
I was trying to install Docker Desktop in Windows 11 and could not get it configured.
Got Docker/Windows messages about WSL and Hypervisor and a thread about boot flags "kernel.nvmx.enable=1 etc. Then I realized it can't be done natively since it's a VM.
I have Parallels Toolbox but don't see...
Hi,
I need nested virtualization to be enabled for a macOS Big Sur virtual machine running under macOS Big Sur. I am a developer and I require the usage of Docker for Mac in my working environment, I use the Pro Edition.
There was a suggestion from @rkulikov to use a Boot Flags argument in the...
We have parallels business installed on Mac, and we have a Linux system as guess, inside Linux we install Docker and hosting our projects on local machine.
it ran fine until recently several developers in the team experiencing similar issues.
The issue is if we edit a file on Mac, or use Git...
I'm trying to turn on nested virtualization. Whenever I enable it, windows won't start but just gives me the blue 'diagnosing your pc' crash screen. I'm using Windows 10 build 1709, fully updated. I had this problem with MacOS Sierra, but have just upgraded to High Sierra but that makes no...
I have a working macOS 10.13.1 Parallels guest into which I installed Docker for Mac. The install went fine but when I try to start docker I get a message that says "Fatal Error - incompatible CPU detected - docker requires a processor with virtualization capabilities" . (see attached image...
Hi
I have a windows 10 VM running on my mac host. I have set up bridged networking and also host only. I want to use the static host only IP as the bridged network IP can change. I am running a docker container in the windows VM on port 5001. I can access the container using...