Microsoft SQL Server 的 Docker 容器镜像地址

Microsoft SQL Server 在 Docker Hub 中的 Pull 命令为:

docker pull mcr.microsoft.com/mssql/server:2022-latest

但实际的镜像又没有存在 DockerHub 上。

实际仓库地址

实际的仓库地址是在:https://mcr.microsoft.com/ 这个地址。

MS SQL Server 镜像存储的位置为:Microsoft Artifact Registry

说实话,这个地址实在是不好找。

所以 Pull 的实话需要到微软自己的仓库上去查找。