We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2995631 + 0c999fe commit b45477bCopy full SHA for b45477b
docs/reference/run.md
@@ -285,7 +285,7 @@ See 'docker run --help'.
285
### 126
286
287
Exit code `126` indicates that the specified contained command can't be invoked.
288
-The container command in the following example is: `/etc; echo $?`.
+The container command in the following example is: `/etc`.
289
290
```console
291
$ docker run busybox /etc; echo $?
0 commit comments