简体   繁体   中英

Create an image (Dockerfile) to install MS Project in windows container

I need to install MS Project in docker container, my OS is windows 10 and I'm using docker desktop for windows, I appreciate any help. Thanks in advance

Docker has been created to run server processes. MS Project is designed to be a desktop application. I guess the biggest problem you may be facing is that a docker background process will not have access to the user's desktop. This is just similar to services which usually cannot get interactive with users.

Despite that packaging desktop application is reasonable. On Linux there exists https://appimage.org/ .

Unfortunately I am not aware how to get around the problem on Windows.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM