通过 GUI 访问 Windows 2016 服务器容器(Docker 容器)?
Access Windows 2016 Server Container (Docker container) via GUI?
我需要在 Windows 2016 服务器上使用 Docker / Windows 容器,并准备 Windows 应用到 运行 上。
通过 Powershell 配置 Windows 并不像在 Ubuntu 上那样方便,特别是如果您从未真正使用过 Windows 服务器并且需要学习所有 Powershell 命令;)
有没有办法通过 GUI 访问 Windows 容器?
可以使用 Docker、Ubuntu、VNC:
Can you run GUI apps in a docker container?
想知道是否可以为 Windows 容器做任何类似的事情?
(我在本地工作,不使用 Azure。在这里发现了一个类似但未回答的问题:)
谢谢。
==更新==
根据 2016 年 2 月的规定,RDP 绝对不是一个选项 - 不确定他们是否计划在最终版本中支持它?!
Remote Desktop
Windows Containers cannot be managed/interacted with through a RDP session in TP4.
到目前为止,我通过使用 Midnight Commander 至少拥有了一个像样的文件浏览器,但是 Windows 上的命令行仍然不是很有趣。
在此视频中,MS-container-developer Taylor Brown 表示他们与 RDP 从 TP3 到 TP4 分道扬镳,很可能在 RTM 版本服务器 2016 中不支持 RDP:
从 Dez 更新。 2018:
Server 2019 已发布,RDP 仍然无法/支持所有容器映像。 (当然对于纳米图像没有任何意义)
检查这个关于更改内容的精彩介绍:https://stefanscherer.github.io/docker-on-windows-server-2019/
为了有一个比较完整的概述,应该提到有一些在野外的黑客攻击,可能 RDP 在某些图像和设置中工作,例如:
https://withinrafael.com/2018/03/09/using-remote-desktop-services-in-containers/
我需要在 Windows 2016 服务器上使用 Docker / Windows 容器,并准备 Windows 应用到 运行 上。 通过 Powershell 配置 Windows 并不像在 Ubuntu 上那样方便,特别是如果您从未真正使用过 Windows 服务器并且需要学习所有 Powershell 命令;)
有没有办法通过 GUI 访问 Windows 容器?
可以使用 Docker、Ubuntu、VNC: Can you run GUI apps in a docker container?
想知道是否可以为 Windows 容器做任何类似的事情?
(我在本地工作,不使用 Azure。在这里发现了一个类似但未回答的问题:)
谢谢。
==更新==
根据 2016 年 2 月的规定,RDP 绝对不是一个选项 - 不确定他们是否计划在最终版本中支持它?!
Remote Desktop
Windows Containers cannot be managed/interacted with through a RDP session in TP4.
到目前为止,我通过使用 Midnight Commander 至少拥有了一个像样的文件浏览器,但是 Windows 上的命令行仍然不是很有趣。
在此视频中,MS-container-developer Taylor Brown 表示他们与 RDP 从 TP3 到 TP4 分道扬镳,很可能在 RTM 版本服务器 2016 中不支持 RDP:
从 Dez 更新。 2018:
Server 2019 已发布,RDP 仍然无法/支持所有容器映像。 (当然对于纳米图像没有任何意义)
检查这个关于更改内容的精彩介绍:https://stefanscherer.github.io/docker-on-windows-server-2019/
为了有一个比较完整的概述,应该提到有一些在野外的黑客攻击,可能 RDP 在某些图像和设置中工作,例如: https://withinrafael.com/2018/03/09/using-remote-desktop-services-in-containers/