标签: powershell docker
我在Windows上使用centos容器。
现在我要从中启动Windows应用程序。
例如
start chrome.exe "yahoo.com"
它会从powershell中打开chrome。
现在,我想从容器中启动它。
是否可以在doker容器中向Powershell发送一些推荐?
答案 0 :(得分:1)
Docker容器本质上无法在主机上启动其他进程。如果这是应用程序的关键部分,则应直接在主机上运行它。