Merge pull request #5591 from noahsilas/docs-run-exit-code

docs: Correct `run` exit code 126 description
This commit is contained in:
Sebastiaan van Stijn
2024-11-04 17:27:25 +01:00
committed by GitHub
+1 -1
View File
@@ -285,7 +285,7 @@ See 'docker run --help'.
### 126
Exit code `126` indicates that the specified contained command can't be invoked.
The container command in the following example is: `/etc; echo $?`.
The container command in the following example is: `/etc`.
```console
$ docker run busybox /etc; echo $?