Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The exit code '1' in a Docker Run Pipeline signifies that there is an error in the Docker container. It means that the command or process executed in the container has failed and returned a non-zero exit code. This could be due to various reasons such as incorrect command syntax, missing dependencies, or issues with the application itself. The exact reason for the error can be determined by checking the logs of the Docker container.