From 7c0d6ecf64cc80cbfc190c1f86aa50290f23e282 Mon Sep 17 00:00:00 2001 From: David Karlsson Date: Mon, 31 Oct 2022 20:24:11 +0100 Subject: [PATCH] docs: update link to docker cp Signed-off-by: David Karlsson --- docs/reference/commandline/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/run.md b/docs/reference/commandline/run.md index 9262b89dbc..7d6c223104 100644 --- a/docs/reference/commandline/run.md +++ b/docs/reference/commandline/run.md @@ -556,7 +556,7 @@ logs could be retrieved using `docker logs`. This is useful if you need to pipe a file or something else into a container and retrieve the container's ID once the container has finished running. -See also [the `docker cp` command](/engine/reference/commandline/cp/). +See also [the `docker cp` command](cp.md). ### Add host device to container (--device)