반응형 docker file1 [Docker] Docker cp : host 에서 Container 로 file copy host , docker container file copy host filesystem 에서 docker 의 container 에 file 을 copy 하고 싶을 때 1. host -> docker container - test file 생성 - docker cp [hostFilePath] [container_name]:[containerPath] - container 에서 확인 2. docker container -> host - container 에서 test file 생성 test2.txt - docker cp [container_name]:[containerFilePath] [host_name] - host 에서 확인 > dir /w # 윈도우에서 dir 확인 (참고) exit 로 나온걸 보면 .. 2020. 3. 27. 이전 1 다음 728x90 반응형