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
|
### 126
|
||||||
|
|
||||||
Exit code `126` indicates that the specified contained command can't be invoked.
|
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
|
```console
|
||||||
$ docker run busybox /etc; echo $?
|
$ docker run busybox /etc; echo $?
|
||||||
|
|
Loading…
Reference in New Issue