We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92194c2 + b788315 commit 1ce5a29Copy full SHA for 1ce5a29
content/manuals/engine/network/links.md
@@ -170,7 +170,7 @@ You can also use `docker inspect` to return the container's name.
170
> [!NOTE]
171
>
172
> Container names must be unique. That means you can only call
173
-> one container `web`. If you want to re-use a container name you must delete
+> one container `web`. If you want to reuse a container name you must delete
174
> the old container (with `docker container rm`) before you can create a new
175
> container with the same name. As an alternative you can use the `--rm`
176
> flag with the `docker run` command. This deletes the container
0 commit comments