This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is it possible to run Keil MDK inside a Windows Docker Container?

We have successfully installed keil-MDK 5.29 inside the docker container with base image Windows server 2019. We used the command line installation options given in the link www.keil.com/.../uv4_ov_install.htm
and used the command line options given for buidling the project as specified in the linkwww.keil.com/.../uv4_commandline.htm
But it fails to run the UV4.EXE for build purpose inside docker container. We have used " -j0" option to suppress the GUI. Is it possible to run Keil-MDK for build purpose inside a windows container with out GUI? using only command line?