Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to realize the file copy between Docker host and container

2025-04-11 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly explains "how to realize the file copy between the Docker host and the container". The content in the article is simple and clear, and it is easy to learn and understand. please follow the editor's train of thought to study and learn "how to realize the file copy between the Docker host and the container".

1. Copy files from the host to the container

Docker run-it-v: / bin/bash

You can then use cp to copy files in the container today, such as:

# docker run-it-v ~ / Downloads:/Downloads bigsnow/centos-ssh-java / bin/bash # Mount the host's Downloads directory to the container's / Downloads# [root@c204a1b7781e /] # cp hadoop-3.0.0-alpha4.tar.gz / home/hadoop

2. Copy the file from the container to the host:

# docker cp: / home/hadoop/hadoop-3.0.0-alpha4.tar.gz / home/hadoop Thank you for your reading. The above is the content of "how to copy files between Docker hosts and containers". After the study of this article, I believe you have a deeper understanding of how to achieve file copies between Docker hosts and containers, and the specific usage needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report