How to copy images under docker

Release: 2020-03-30 10:30:42
Original
3121 people have browsed it

How to copy images under docker

How to copy images under docker:

Execute the following command in the host:

docker cp 容器名:要拷贝的图片在容器里面的路径       要拷贝到宿主机的相应路径
Copy after login

docker cp: used for containers and Data copy between hosts.

Example

Copy the /www directory of the container 96f7f14e99ab to the /tmp directory of the host.

docker cp  96f7f14e99ab:/www /tmp/
Copy after login

For more related tutorials, please pay attention to the docker tutorial column on the PHP Chinese website.

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template