Cannot connect to the Docker daemonCannot connect to the Docker daemon
The Docker client cannot communicate with the Docker daemon process.
Error: yaml: unmarshal errorsThe Docker Compose file contains invalid YAML syntax.
The compose file has YAML syntax errors such as incorrect indentation, tab characters (YAML requires spaces), unquoted special characters, or missing colons after keys.
Validate the YAML with docker compose config. Fix indentation (use 2 spaces, no tabs). Quote strings containing special characters. Use a YAML linter in your editor. Check for duplicate keys.
Cannot connect to the Docker daemonThe Docker client cannot communicate with the Docker daemon process.
Exit Code 2The container process exited due to a misuse of a shell command.
Error: Cannot locate specified DockerfileDocker build cannot find the Dockerfile in the specified location.
Exit Code 130The container was terminated by Ctrl+C (SIGINT, signal 2).
Exit Code 0The container process exited successfully with no errors.
Error: service dependency failed to startA service that another service depends on failed to start.