Guest User

Untitled

a guest
Jul 19th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #Copy a file from host to container:
  2.  
  3. $ docker cp foo.txt 888:/foo.txt
  4. #Copy a file from Docker container to host:
  5.  
  6. $ docker cp 888:/foo.txt foo.txt
Add Comment
Please, Sign In to add comment