Skip to content

Commit

Permalink
Merge pull request moby#6860 from felixrabe/patch-7
Browse files Browse the repository at this point in the history
run.md: Fix references to cli
  • Loading branch information
Sven Dowideit authored and Sven Dowideit committed Jul 6, 2014
2 parents 02ef943 + 95870ef commit 2f64930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sources/reference/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ its own networking, and its own isolated process tree. The
defaults related to the binary to run, the networking to expose, and
more, but `docker run` gives final control to the operator who starts
the container from the image. That's the main reason
[*run*](/reference/commandline/cli/#cli-run) has more options than any
[*run*](/reference/commandline/cli/#run) has more options than any
other `docker` command.

## General Form
Expand All @@ -21,7 +21,7 @@ The basic `docker run` command takes this form:
$ docker run [OPTIONS] IMAGE[:TAG] [COMMAND] [ARG...]

To learn how to interpret the types of `[OPTIONS]`,
see [*Option types*](/reference/commandline/cli/#cli-options).
see [*Option types*](/reference/commandline/cli/#option-types).

The list of `[OPTIONS]` breaks down into two groups:

Expand Down

0 comments on commit 2f64930

Please sign in to comment.