Merge pull request #5591 from noahsilas/docs-run-exit-code
docs: Correct `run` exit code 126 description
This commit is contained in:
@@ -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 $?
|
||||
|
||||
Reference in New Issue
Block a user