Windows 11 Postgres

Good afternoon, when trying to install postgress on windows 11, the following error appears:

PS C:> docker pull postgres
Using default tag: latest
latest: Pulling from library/postgres
no matching manifest for windows/amd64 10.0.22621 in the manifest list entries

i need help =(

thank you!

The postgres image doesn’t support Windos. If you are using Docker Desktop, you probably switched to Windows containers. You need to switch back to Linux containers to use the postgres image.

hello , i switch to linux containers and …

it tells me this error:

PS C:\Program Files\docker\docker> docker pull postgress
Using default tag: latest
error during connect: In the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect.: Post “http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/images/create?fromImage=postgress&tag=latest”: open //./pipe/docker_engine: The system cannot find the file specified.
PS C:\Program Files\docker\docker>

Did you installed Docker Desktop as an administrator and with all the required features in the documentation?