Merge pull request #5591 from noahsilas/docs-run-exit-code

docs: Correct `run` exit code 126 description
This commit is contained in:
Sebastiaan van Stijn 2024-11-04 17:27:25 +01:00 committed by GitHub
commit b45477bffa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 $?