Skip to content

Commit bae4b67

Browse files
authored
Merge pull request #5481 from dvdksn/fix-container-run-typo
docs: fix a typo in run.md
2 parents 3a3fe84 + 54a20ce commit bae4b67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ You can identify a container in three ways:
134134
The UUID identifier is a random ID assigned to the container by the daemon.
135135

136136
The daemon generates a random string name for containers automatically. You can
137-
also defined a custom name using [the `--name` flag](https://docs.docker.com/reference/cli/docker/container/run/#name).
137+
also define a custom name using [the `--name` flag](https://docs.docker.com/reference/cli/docker/container/run/#name).
138138
Defining a `name` can be a handy way to add meaning to a container. If you
139139
specify a `name`, you can use it when referring to the container in a
140140
user-defined network. This works for both background and foreground Docker

0 commit comments

Comments
 (0)