Error: read-only file systemError: read-only file system
An attempt to write to the container's filesystem failed because it is mounted as read-only.
Error: layer not foundA layer referenced by an image could not be found in the local cache or registry.
An image layer was corrupted, deleted from the cache, or not available in the registry. This can happen after disk cleanup, Docker daemon restarts, or registry issues.
Remove the corrupted image: docker rmi image. Pull it again: docker pull image. If persists, prune the Docker cache: docker system prune. Rebuild the image if it is a custom build.
Error: read-only file systemAn attempt to write to the container's filesystem failed because it is mounted as read-only.
Exit Code 1The container process exited with a general error.
Error: DNS resolution failedA container could not resolve a hostname via DNS.
Exit Code 137The container was killed with SIGKILL (signal 9), commonly due to out-of-memory (OOM) conditions.
Error: no configuration file providedDocker Compose cannot find a docker-compose.yml or compose.yaml file.
Exit Code 143The container was terminated gracefully with SIGTERM (signal 15).