My docker app exits abruptly when deployed on local PC but runs fine on remote VM
Howdy guys
So I'm still kinda new to docker.
So I was trying to deploy my node app inside a container with mongodb and mongo express (also inside a container) at once using a docker compose yaml file on my personal computer.
As soon as I run the docker compose, I notice that my node app close almost immediately with an exit code of 1 and sometimes 134 and 139.
So I created an azure vm on cloud with 8gb of RAM and 1TB storage and it ran fine without none of my containers exiting with any error code.
To the point. Could it be cos my laptop does not meet the hardware requirements to run multiple containers and whats the system requirements to run containerized images ?
My laptop spec: 4GB RAM, 500GB HDD corei3 CPU
---

