Yes, it is possible to run Windows containers using Docker on Linux.
Yes, it is possible to run Windows containers using Docker on Linux.
previous attempts to install Revit ended in failure, so I'll give it another shot with Lutris.
Docker isn't about virtualization; it's essentially your host Linux kernel with its own filesystem. It doesn't really serve a purpose for running a standalone app unless you're using a Windows program. In that case, you can either use Wine to run it on Linux or employ VirtualBox to emulate a Windows environment. Keep in mind, the latter may come with performance trade-offs.