Skip to content

Commit 1ce5a29

Browse files
authored
Merge pull request #24825 from Rohan5commit/docs/reuse-container-name-20260420
docs: replace "re-use" with "reuse" in links guide
2 parents 92194c2 + b788315 commit 1ce5a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/engine/network/links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ You can also use `docker inspect` to return the container's name.
170170
> [!NOTE]
171171
>
172172
> 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
173+
> one container `web`. If you want to reuse a container name you must delete
174174
> the old container (with `docker container rm`) before you can create a new
175175
> container with the same name. As an alternative you can use the `--rm`
176176
> flag with the `docker run` command. This deletes the container

0 commit comments

Comments
 (0)