i'm creating a new django project and my DB is Postgresql. it was fine and everything was ok until one day when i tried to start docker i saw this: "Not enough memory to start docker". I found this and it worked and docker desktop started perfectly. but now when i'm trying to run docker-compose up
i get this:
[+] Running 0/1
- db Pulling 3.3s
no matching manifest for windows/amd64 10.0.22000 in the manifest list entries
this is docker-compose.yml db part:
db:
image: postgres:14
environment:
- "POSTGRES_HOST_AUTH_METHOD=trust"
I even tried docker pull postgres:14
but it's same:
14: Pulling from library/postgres
no matching manifest for windows/amd64 10.0.22000 in the manifest list entries