Cannot Install Microsoft SQL Server 2022

When I try to install Microsoft SQL Server 2022 my Apple MacBook Pro using this command :
docker pull Microsoft Artifact Registry

I get this: client version 1.43 is too old. Minimum supported API version is 1.44

I’ve not been able to figure out how to fix this.

Tahoe 26.2

Client: Docker Engine - Community
 Version:           24.0.7
 API version:       1.44 (downgraded from 1.43)
 Go version:        go1.21.3
 Git commit:        afdd53b4e3
 Built:             Thu Oct 26 07:06:42 2023
 OS/Arch:           darwin/arm64
 Context:           desktop-linux

Server: Docker Desktop 4.57.0 (215387)
 Engine:
  Version:          29.1.3
  API version:      1.52 (minimum version 1.44)
  Go version:       go1.25.5
  Git commit:       fbf3ed2
  Built:            Fri Dec 12 14:50:40 2025
  OS/Arch:          linux/arm64
  Experimental:     false
 containerd:
  Version:          v2.2.1
  GitCommit:        dea7da592f5d1d2b7755e3a161be07f43fad8f75
 runc:
  Version:          1.3.4
  GitCommit:        v1.3.4-0-gd6d73eb8
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0`

You Docker client is outdated, should be 29:

Client: Docker Engine - Community
Version: 24.0.7

Not sure how you got different versions for Desktop Engine and Client engine.

My guess is you installed another desktop like Podman Desktop or Rancher Desktop which installed its own Docker client. Then you stopped using that or at least stopped updating, but that client found first in PATH.

If that happened, you can manually override your PATH environment variable or uninstall other desktops you don’t use, or update all to have newer clients.

thank you very much.

[quote=“jagonzo62, post:4, topic:150900, full:true”]
thanks you very much
[/quotethanks

you very much

I had to run this command (brew uninstall --cask docker) to get rid of the extra docker running on my machine. I was then able to install the current docker and install mssqlserver 2022 and oracle 26ai