diff --git a/content/manuals/engine/network/links.md b/content/manuals/engine/network/links.md index acdc38fbc0c..e7133009fdb 100644 --- a/content/manuals/engine/network/links.md +++ b/content/manuals/engine/network/links.md @@ -170,7 +170,7 @@ You can also use `docker inspect` to return the container's name. > [!NOTE] > > Container names must be unique. That means you can only call -> 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 > the old container (with `docker container rm`) before you can create a new > container with the same name. As an alternative you can use the `--rm` > flag with the `docker run` command. This deletes the container