简体   繁体   English

创建映像(Dockerfile)以在 Windows 容器中安装 MS Project

[英]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.我需要在 docker 容器中安装 MS Project,我的操作系统是 windows 10,我正在使用 windows docker 桌面,我感谢任何帮助。 Thanks in advance提前致谢

Docker has been created to run server processes. Docker 已被创建来运行服务器进程。 MS Project is designed to be a desktop application. MS Project 被设计为一个桌面应用程序。 I guess the biggest problem you may be facing is that a docker background process will not have access to the user's desktop.我想您可能面临的最大问题是 docker 后台进程将无法访问用户的桌面。 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/ .在 Linux 上存在https://appimage.org/

Unfortunately I am not aware how to get around the problem on Windows.不幸的是,我不知道如何解决 Windows 上的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Dockerfile 与从容器创建映像 - Dockerfile vs create image from container 如何创建一个Dockerfile在Windows 2016容器中运行Docker? - How to Create a Dockerfile to Run Docker in a Windows 2016 Container? 如何在aspnet:3.0基础镜像中为windows容器安装根证书 - How to install root certificate in aspnet:3.0 base image for windows container C#如何为Windows服务创建安装项目以自动安装它? - C# How to create a Setup project for a Windows Service to install it automagically? 如何在我的 dockerfile 中为 Windows 容器设置系统路径? - How do I set System Path in my dockerfile for a Windows Container? Windows容器快速入门:Install-ContainerHost.ps1失败,并显示消息“ 5分钟后未找到Image NanoServer” - Windows container quickstart: Install-ContainerHost.ps1 fails with message “Image NanoServer not found after 5 minutes” 在MS-Windows中安装和卸载Java应用程序 - Install and uninstall a java application in ms-windows 在 dockerfile 中,如何从 docker 映像中删除目录及其内容? (视窗) - In a dockerfile, how to delete a directory and its contents from docker image? (windows) 如何在 windows docker 容器中安装 python 和 ansible - How to install python and ansible in windows docker container 无法将 Choclatey 安装到 windows docker 容器中 - Can’t install Choclatey into windows docker container
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM