About connecting hardware and running GUI in windows container

Hi everyone,

I want to ask about is it possible to run a Windows GUI application on a Windows container? I search so many topics that we can run a Linux application on Windows host while it seems no one successfully run a Windows GUI application on a Windows container.

Another question is about the hardware. I try Get-PnpDevice in my container and it shows the devices on my computer while I can’t reach by some test program. The test program was successfully run on my host computer.

I use mcr.microsoft.com/windows:1809-amd64 as the image to create container.

Thank you for your kind assistance.