Merge pull request #3838 from dvdksn/docs/update-run-reference

docs: update link to docker cp
This commit is contained in:
Sam Thibault 2022-11-02 11:38:35 +01:00 committed by GitHub
commit a3e047778b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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)