Skip to content

Commit b45477b

Browse files
authored
Merge pull request #5591 from noahsilas/docs-run-exit-code
docs: Correct `run` exit code 126 description
2 parents 2995631 + 0c999fe commit b45477b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ See 'docker run --help'.
285285
### 126
286286

287287
Exit code `126` indicates that the specified contained command can't be invoked.
288-
The container command in the following example is: `/etc; echo $?`.
288+
The container command in the following example is: `/etc`.
289289

290290
```console
291291
$ docker run busybox /etc; echo $?

0 commit comments

Comments
 (0)