Hi,
Totally new to docker.
Trying to get it installed on 2016 VM and getting errors when I attempt to start the Docker.
Log file below. Any assistance appreciated.
Cheers
Log File
https://pastebin.com/ZQ2aMQJU
Share and learn in the Docker community.
Hi,
Totally new to docker.
Trying to get it installed on 2016 VM and getting errors when I attempt to start the Docker.
Log file below. Any assistance appreciated.
Cheers
Log File
https://pastebin.com/ZQ2aMQJU
Docker for Windows relies on Hyper-V which is not supported (but may work) nested in VMware.
Do you have more details on what you’re trying to do?
I’m simply trying to install it at this point.
I figured your point about Hyper-V compatibility in a VMware Guest might be an issue.
Yeah, so it may not work.
If you just want to run Docker Windows containers, just install the engine: https://docs.docker.com/engine/installation/windows/docker-ee/
With process-isolation, that will work fine.
If you want to also run Docker Linux containers, also run some Linux VMs: https://docs.docker.com/engine/installation/linux/docker-ee/ubuntu/