Skip to content

Commit

Permalink
Merge pull request #5591 from noahsilas/docs-run-exit-code
Browse files Browse the repository at this point in the history
docs: Correct `run` exit code 126 description
  • Loading branch information
thaJeztah authored Nov 4, 2024
2 parents 2995631 + 0c999fe commit b45477b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 $?
Expand Down

0 comments on commit b45477b

Please sign in to comment.