Home  >  Article  >  Operation and Maintenance  >  How to copy files from docker to local

How to copy files from docker to local

王林
王林Original
2020-05-21 14:26:494000browse

How to copy files from docker to local

You can use the [docker cp] command to achieve this.

docker cp: used for data copy between the container and the host.

Specific commands such as:

docker cp <containerId>:/file/path/within/container /host/path/target

Recommended tutorial: docker tutorial

The above is the detailed content of How to copy files from docker to local. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn