问题标签 [nano-server]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
asp.net-core - 在 Nano Server 上运行 ASP.NET 5 会引发“无法加载 DLL 'kernel32'”
我基于 ASP.NET 5 beta 8 Visual Studio 模板创建了一个简单的 ASP.NET 5 项目。
我已经使用这个命令发布了项目
在 nano 服务器上运行 web.cmd 后,我收到此错误:
在 Windows 10 上运行时,相同的命令不会引发此错误。该应用程序在 Windows 10 上运行良好。
windows - Nano 服务器上的 Powershell 5 输出
如果我在 Windows 10 上的 powershell 4 中运行此命令:
我明白了:
这太棒了!
如果我在 Windows Nano Server 上做同样的事情是 powershell 5,我会得到这样的结果:http: //paste.openstack.org/show/479695/
我该怎么做才能获得命令的标准输出?
windows - wget 没有使用基于环境变量的代理设置
我有一个 windows nano 服务器并尝试设置代理设置。nano 服务器仅处于命令模式,没有 GUI。我在 PowerShell 中运行过
然后我有
并且显示了来自谷歌的 IP 地址,所以有一些连接。但是当我尝试跑步时
我明白了
然后我在PowerShell环境中设置了代理
但同样的问题。当我使用代理设置直接调用 wget 时,它可以工作:
我怎样才能让它wget
使用全局代理设置工作?还是设置不正确?还是需要我安装一些 Windows 功能才能正常工作?
我wget
稍后会用来测试连接,任何程序的任何 Web 请求都应该可以工作。
sql-server - 是否可以在 Windows Nano 服务器上安装 SQL Server?
我现在正在玩 Nano 服务器,看起来很有希望。我可以在 Nano 服务器上安装故障转移集群角色。我想知道是否可以在 Nano 服务器上安装 SQL Server 集群。我四处搜索,似乎没有人这样做。
docker - 是否可以在 Windows 容器中运行 GUI 应用程序?
所以我在玩这个容器概念,特别是 windows 容器。
我设法使用 windows nanoserver 映像运行容器,但是该映像用于服务并且不支持 gui 应用程序(或 32 位应用程序)。
找不到使用 Windows 容器(仅找到 linux 容器 gui)运行 gui 应用程序(并看到 gui)的任何提及。
有没有办法在容器中运行 GUI 应用程序?那么如何创建包含此支持的自己的图像?
python - 如何在 NanoServer 上本地启动 Powershell?
我使用 Windows 2016 Technical Preview 5 创建了带有“开发”开关的 NS 映像。我正在将 NS 映像部署到物理机上。我想在本地 Powershell 上运行 Python 交互式 shell,但 NanoServer 上似乎没有本地 PS 控制台.
powershell - Powershell远程访问docker上的nanoserver
我创建了一个运行 docker 的 W10 VM(来宾),拉取了 microsoft/nanoserver 映像并托管了一个映像容器。
(这里的教程:https ://msdn.microsoft.com/en-us/virtualization/windowscontainers/quick_start/quick_start_windows_10 )
一切运行良好,甚至主机也可以 ping 在来宾 W10 下运行的容器。但我不能做的是将远程powershell连接到容器。
这会弹出一个对话框,询问用户和密码。我不能将其留空或等等 - 结果是访问被拒绝。任何想法如何连接或设置 nanoserver 容器的密码?
windows - Windows Server Hyper-v container with Windows Server Core as base image
Let's say I have Windows Server 2016 Desktop where I will deploy my micro services as containers. Also, let's say I choose Windows Server Core as base image for my containers. This force me to choose Hyper-v containers.
Is it even resonable to run Windows Server Core as base image in a hyper-v container? I mean, Windows Server Core is quite big in terms of disk space memory (at least compared to Nano Server).
What are the main differences between having Windows Server Core and Windows Server Nano as base image in a hyper-v container? I'm thinking about RAM usage, disk space usage in the host. Ex, If I have many containers (10-20), will that be a problem if using Server Core (because of its larger size)?
azure - Windows Nano Server 上的 Docker:磁盘空间不足
我在 Windows Server 2016 Nano Server 上成功启动了 docker。我已经提取了图像 microsoft/nanoserver 和 microsoft/sample-dotnet
但是,当我尝试提取其他图像时,例如 microsoft/dotnet-framework,我收到以下消息:
“docker : write C:\Windows\TEMP\GetImageBlob193586394: 磁盘空间不足。”
我在 Azure 上使用带有 512 GB SSD 的 Nano Server。我刚刚部署了操作系统。
有谁知道发生了什么?
谢谢!