Docker common operations Memo

Replicated from the host to the containersudo docker cp host_path containerID:container_path

Copy from the container to the hostsudo docker cp containerID:container_path host_path

(docker cp /home/data 40e2e36ee05d:/home)

Guess you like

Origin www.cnblogs.com/guohaoyu110/p/11013361.html