I would like to run Windows containers on my Windows 10 Pro machine. I already make significant use of VirtualBox to run Linux VMs and thus after reading this:
Docker for Windows requires Microsoft Hyper-V to run. The Docker for Windows installer enables Hyper-V for you, if needed, and restart your machine. After Hyper-V is enabled, VirtualBox no longer works
https://docs.docker.com/docker-for-windows/install/#what-to-know-before-you-install
I decided to install Docker Toolbox rather than Docker for Windows.
However, I would also like to run Windows containers. Is there a way to run Windows Containers using Docker Toolbox? I think the answer is no but wanted to check anyway.
Failing that, do I have any other option for running Windows containers that will still enable me to use my VirtualBox VMs?