From 64132413d0c477f5f08091203cd0c93e5f8b1133 Mon Sep 17 00:00:00 2001 From: Codex Date: Sat, 18 Apr 2026 10:08:42 +0800 Subject: [PATCH] docs: fix container name reuse wording --- content/manuals/engine/network/links.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/engine/network/links.md b/content/manuals/engine/network/links.md index acdc38fbc0c0..e7133009fdb3 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