docs: update link to docker cp

Signed-off-by: David Karlsson <david.karlsson@docker.com>
(cherry picked from commit 7c0d6ecf64)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
David Karlsson 2022-10-31 20:24:11 +01:00 committed by Sebastiaan van Stijn
parent 6ebafa92c1
commit abdb676065
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,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 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. 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).
### <a name=device></a> Add host device to container (--device) ### <a name=device></a> Add host device to container (--device)