“Salin file dari mesin lokal ke Docker Container” Kode Jawaban

Salin file dari mesin lokal ke Docker Container

docker cp <Path in the local machine> <Container ID>:<Path of file inside the container>
Zany Zebra

Docker: Menyalin file dari wadah Docker ke host

for copy file from a container to the host use the command
docker cp <containerId>:/file/path/within/container /host/path/target

You can also use (part of) the Container ID. The following command is equivalent to the first
sudo docker cp 1b4a:/out_read.jpg .


shafeeque

Jawaban yang mirip dengan “Salin file dari mesin lokal ke Docker Container”

Pertanyaan yang mirip dengan “Salin file dari mesin lokal ke Docker Container”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya