将容器与 Windows 预览体验计划配合使用

本主题将向你说明如何在 Windows Insider Preview 计划的最新 Windows Server 预览体验成员版本上部署和使用 Windows 容器功能。 在此练习中,你将安装容器角色并部署基本操作系统映像的预览版本。 如果你需要熟悉容器,可在关于容器中找到此信息。

加入 Windows 预览体验计划

要运行 Windows 容器的预览体验版本,必须有一台运行 Windows 预览体验计划中最新 Windows Server 版本和/或 Windows 预览体验计划中最新 Windows 10 版本的主机。 加入 Windows 预览体验计划并查看使用条款。

重要

你必须使用 Windows Server Insider Preview 计划中的 Windows Server 版本或 Windows Insider Preview 计划中的 Windows 10 版本才能使用如下所述的基础映像。 如果不使用这些内部版本,使用这些基础映像将无法启动容器。

安装 Docker

如果尚未安装 Docker,请按照入门指南来安装 Docker。

拉取预览体验版容器映像

加入 Windows 预览体验成员计划后,你可以使用我们的最新版本的基础映像。 指定想要在 docker pull 命令中使用的预览体验成员版本映像,例如 mcr.microsoft.com/windows/server/insider:10.0.{build}.{revision}

若要拉取 Windows Server 预览体验成员基本映像,请运行以下内容:

docker pull mcr.microsoft.com/windows/server/insider:10.0.20348.1

若要拉取 Nano Server 预览体验成员基本映像,请运行以下内容:

docker pull mcr.microsoft.com/windows/nanoserver/insider:10.0.20348.1

若要拉取 Windows Server Core 预览体验成员基本映像,请运行以下内容:

docker pull mcr.microsoft.com/windows/servercore/insider:10.0.20348.1

若要查看所有可用的预览体验成员基本映像,请参阅 Windows 预览体验成员基本映像

重要

建议阅读 Windows 容器操作系统映像 EULA 和 Windows 预览体验计划使用条款