Did you know Docker Desktop runs a virtual machine on your computer?
community.atlassian.com
Did you know Docker Desktop runs a virtual machine on your computer?
1–8 of 8 posts
Re: Did you know Docker Desktop runs a virtual machine on your computer?
#2I don’t see this in their installation instructions any more…
Re: Did you know Docker Desktop runs a virtual machine on your computer?
#3Re: Did you know Docker Desktop runs a virtual machine on your computer?
#4A "fun" thing about Docker Desktop on Windows is that it requires Hyper-V. And it so happens that Hyper-V is usually incompatible with AMD SVN (Their virtualization acceleration). So it's impossible to simulatenously use VirtualBox and Docker Desktop, unless you're okay with horrible performance on the latter.
Re: Did you know Docker Desktop runs a virtual machine on your computer?
#5A "fun" thing about Docker Desktop on Windows is that it requires Hyper-V. And it so happens that Hyper-V is usually incompatible with AMD SVN (Their virtualization acceleration). So it's impossible to simulatenously use VirtualBox and Docker Desktop, unless you're okay with horrible performance on the latter.
That said, for a while i actually ran VirtualBox on some of my homelab servers as a really simple hypervisor, since software like RemoteBox kept the familiar and easy to use UI and allowed me to use it as a desktop app: https://remotebox.knobgoblin.org.uk/?page=about
Of course, Docker Desktop also supports WSL2 on Windows instead of Hyper-V, so it's not like you're always forced to use it: https://docs.docker.com/desktop/windows/wsl/
On an unrelated note, Rancher Desktop also seems promising: https://rancherdesktop.io/
Re: Did you know Docker Desktop runs a virtual machine on your computer?
#6A "fun" thing about Docker Desktop on Windows is that it requires Hyper-V. And it so happens that Hyper-V is usually incompatible with AMD SVN (Their virtualization acceleration). So it's impossible to simulatenously use VirtualBox and Docker Desktop, unless you're okay with horrible performance on the latter.
Personally, i think that VirtualBox is really nice as far as virtualization software goes (the UI in particular having good usability), but admittedly Hyper-V is also good for when you cannot run it. That said, for a while i actually ran VirtualBox on some of my homelab servers as a really simple hypervisor, since software like RemoteBox kept the familiar and easy to use UI and allowed me to use it as a desktop app:…
Re: Did you know Docker Desktop runs a virtual machine on your computer?
#7Earlier quoted context omitted.
Personally, i think that VirtualBox is really nice as far as virtualization software goes (the UI in particular having good usability), but admittedly Hyper-V is also good for when you cannot run it. That said, for a while i actually ran VirtualBox on some of my homelab servers as a really simple hypervisor, since software like RemoteBox kept the familiar and easy to use UI and allowed me to use it as a desktop app:…
WSL2 requires hyper-v, so you need it for Docker either way.
Seems like it's more interesting than that: https://github.com/MicrosoftDocs/WSL/issues/899
> ...for WSL2 you only need "Virtual Machine Platform" (a subset of Hyper-V) and "Windows Subsystem for Linux" features, both available in Home edition.
Also there's this: https://docs.microsoft.com/en-us/windows/wsl/faq#will-i-be-a...
> However, recently both VirtualBox and VMware have released versions that support Hyper-V and WSL2. Learn more about VirtualBox's changes here and VMware's changes here. For troubleshooting issues, take a look at the VirtualBox issue discussions in the WSL repo on GitHub.
Re: Did you know Docker Desktop runs a virtual machine on your computer?
#8Am I getting confused or didn’t you used to have to install VirtualBox to run Docker Desktop on macOS? I don’t see this in their installation instructions any more…