mirror of https://github.com/docker/cli.git
Merge pull request #5591 from noahsilas/docs-run-exit-code
docs: Correct `run` exit code 126 description
This commit is contained in:
commit
b45477bffa
|
@ -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 $?
|
||||
|
|
Loading…
Reference in New Issue