1
0
mirror of https://github.com/docker/cli.git synced 2025-07-30 17:03:07 +03:00

docs: update link to docker cp

Signed-off-by: David Karlsson <david.karlsson@docker.com>
This commit is contained in:
David Karlsson
2022-10-31 20:24:11 +01:00
parent 3ee1f48cb0
commit 7c0d6ecf64

View File

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