问题标签 [windows-server-2016]
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.
docker - Docker Compose (docker-compose) 无法连接到 Windows Server 2016 TP5 上的 docker 守护进程
我正在尝试让docker-compose在Windows Server 2016 TP5上工作。我已经安装了Docker Desktop for Windows(不是 Docker Toolbox)作为服务,它运行良好。我已经从https://dl.bintray.com/docker-compose/master/下载了最新的 docker-compose for windows并将其放在与 Docker 相同的路径中(在取消阻止下载的文件并将其重命名为 docker-compose 。可执行程序。
当我运行docker-compose up
(以管理员身份在 Powershell 中)时,出现以下错误:
错误:无法连接到 Docker 守护程序。您可能需要安装 Docker:
以下是我机器上的docker和docker-compose信息:
码头工人:
码头工人组成:
powershell - Windows Server 2016 Dockerfile 安装服务
我正在尝试在 windows server2016 上的 docker 容器中安装服务。
只需将服务放在那里并使用 Powershelling:
添加服务但是在容器中我得到了结果:
我试图创建一个用户并设置启动用户凭据,但同样的问题。
查看https://github.com/Microsoft/sql-server-samples/blob/master/samples/manage/windows-containers/mssql-server-2016-express-windows/dockerfile表明他们使用 sqlexpress 进行安装的服务。
长话短说...如何在 Windows Server 2016 Docker 容器中注册服务
docker - Windows Server 2016 docker image 默认用户名/密码
基础 microsoft/windowsservercore 映像是否使用默认用户/密码?
docker - 在 nano 服务器上运行 Vsts 代理
我希望在带有 nano 服务器的 docker 映像上运行 vsts 代理。容器上已经安装了 .Net Core。我使用下载代理和 config.cmd 命令下载了 vsts 代理。收到以下错误
这是详细信息
Windows 版本:Microsoft Windows [版本 10.0.14393]
.Net Core 版本:1.0.1
.Net Core 构建:cee57bf6c981237d80aa1631cfe83cb9ba329f12
查看诊断日志,我收到以下错误
[2016-10-18 07:29:46Z ERR Terminal] System.Net.Http.HttpRequestException:发送请求时出错。---> System.Net.Http.WinHttpException: System.Net.Http.WinHttpAuthHelper 的 System.Net.Http.WinHttpAuthHelper.SetWinHttpCredential(SafeWinHttpHandle requestHandle, ICredentials credentials, Uri uri, UInt32 authScheme, UInt32 authTarget) 的参数不正确.CheckResponseForAuthentication(WinHttpRequestState state, UInt32& proxyAuthScheme, UInt32& serverAuthScheme) at System.Net.Http.WinHttpHandler.d__101.MoveNext() --- End of internal exception stack trace --- at Microsoft.VisualStudio.Services.Common.VssHttpRetryMessageHandler.d__3 .MoveNext() --- 在 System.Runtime.CompilerServices.TaskAwaiter 处从先前引发异常的位置结束堆栈跟踪。
1.ConfiguredTaskAwaiter.GetResult() at Microsoft.VisualStudio.Services.WebApi.VssHttpClientBase.<SendAsync>d__45.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.ConfiguredTaskAwaitable
1.Microsoft.VisualStudio.Services.WebApi.VssHttpClientBase.d__42 处的ConfiguredTaskAwaiter.GetResult()1.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.ConfiguredTaskAwaitable
MoveNext() [2016-10-18 07:29:46Z ERR Terminal] 写入错误:连接失败。再试一次或按 ctrl-c 退出
有人可以帮忙吗?
docker - 在 Windows Container 和 Windows Server 2016 中安装服务的区别?
我有一个服务应用程序,可以使用以下命令在 Windows Server 2016 Standard 中正确安装:
如果我在 Dockerfile 中使用以下命令运行相同的操作:
我得到以下输出:
命令 'cmd /S /C c:\svc\mysvc.exe -install' 返回一个非零代码:3221225781
我不确定为什么它的行为不同,或者我可以在哪里检查以获得关于错误原因的一些更好的想法。
windows-server-2008-r2 - Windows Server 2016 从 Windows Server 2008R2 升级
我有一个 Windows 2008R2 服务器投入生产,月费提供商在 ASP.NET 4.0 + MySQL 5.5 中托管十几个网站。该服务器非常稳定并且可以运行几年。
鉴于 Microsoft 将在 2020 年 1 月之前发布安全更新,出于我的需要,我仍然可以继续使用此配置一段时间。
我想知道是否值得现在转移到 Windows Server 2012R2 或查看即将推出的 Windows 2016 输出,再等 1 或 2 年,然后直接转到 Windows Server 2016R2。
你有什么建议吗?
docker - 将 D:驱动器添加到 Windows Server 2016 Docker 映像
如何将 D: 驱动器添加到 microsoft/windowsservercore 基本映像?我的 Windows Server 2016 服务器有一个 D: 驱动器。服务器是一个 AWS 实例。这是安装了本机 Docker 而不是已经存在了一段时间的“Docker for Windows”。
windows - Windows containers 2016 run powershell as a domain user
I want to be able to either run a Windows Container as a domain user
Example (no idea on how to run as a different user)
Or alternatively being able to run powershell script in the container as a domain user. I would have to pass in -e to docker run .. but that is ok.
The reason for this is to run something like (but the application uses domain resources like SQL and file shares)
msdeploy - 在 W2016 IIS 10 上安装 webdeploy
如何在 IIS 10 W2016 上安装 Web 部署?
到目前为止我已经尝试过
- 使用 web 平台 v5 安装“ web deploy 3.6 ”
- 安装后,我更新了 Web 部署服务以在本地管理员帐户下运行。
- 我已手动关闭服务器上的防火墙
- 我已确保管理服务正在运行
- 重新启动的服务器
- 我已经使用 telnet 验证了端口是打开的,然后使用netstat -an验证了端口是打开的,我可以连接到它