Error: network not foundError: network not found
The specified Docker network does not exist.
Error: cgroup memory limit exceededThe container exceeded its cgroup memory limit, which is enforced by the Linux kernel.
The container's total memory usage (RSS + cache) exceeded the cgroup limit set by --memory. The kernel enforces this limit strictly and kills processes that exceed it.
Increase the memory limit: --memory=4g. Use --memory-swap for swap space. Optimize the application to use less memory. Profile memory usage and fix leaks. Consider --memory-reservation for soft limits.
Error: network not foundThe specified Docker network does not exist.
Exit Code 143The container was terminated gracefully with SIGTERM (signal 15).
Exit Code 0The container process exited successfully with no errors.
Error: storage driver errorDocker's storage driver encountered an error managing image layers or container filesystems.
Error: ENTRYPOINT not foundThe entrypoint binary or script specified in the image does not exist.
Exit Code 127The container's command was not found.