We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a3fe84 commit 54a20ceCopy full SHA for 54a20ce
1 file changed
docs/reference/run.md
@@ -134,7 +134,7 @@ You can identify a container in three ways:
134
The UUID identifier is a random ID assigned to the container by the daemon.
135
136
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).
+also define a custom name using [the `--name` flag](https://docs.docker.com/reference/cli/docker/container/run/#name).
138
Defining a `name` can be a handy way to add meaning to a container. If you
139
specify a `name`, you can use it when referring to the container in a
140
user-defined network. This works for both background and foreground Docker
0 commit comments