I have an APC4100 running hypervisor, is it possible to run Docker in the GPOS or does hypervisor conflict with the virtualization?
I haven’t found a documentation about it, but as I remember it’s not possible to use another hardware based virtualization when using Hypervisor.
Best regards.
It is not possible to use virtualization that uses hardware virtualization functions (e.g. Hyper-V) since B&R Hypervisor exclusively requires these hardware functions.
So it It depends on how Docker is configured. But I’m not expert on this topic. AI said that you should use DOCKER - process isolation mode and not Hyper-V isolation
What I’m seeing is that with process isolation, docker may work (but not docker desktop), however, it can only run Windows containers if the host OS is Windows.
That will probably be useful at some point but not quite what I was hoping for. WSL2 doesn’t work, but WSL1 should, so I may be able to fall back to that.
It is a rather specific topic. The question is whether it is even supported. But if you do any testing, I would be interested in the results, both positive and the conclusion that it is not possible.