728x90
* 디렉토리 복사
COPY d:/Test c:/Test
* 파일복사
COPY d:/Test/image.png c:/Test/image.png
* 파일을 디렉토리에 복사
COPY d:/Test/image.png c:/Test/
728x90
'Docker_k8s' 카테고리의 다른 글
| [Docker] 이미지 Save/Load 하기 (0) | 2019.05.12 |
|---|---|
| [Docker] Container 구동하기 (0) | 2019.05.12 |
| [Docker] DockerFile 명령어 - ADD (0) | 2019.05.12 |
| [Docker] DockerFile 명령어 - EXPOSE (0) | 2019.05.12 |
| (Docker) Private Registry 구성하기 - Windows Server 2016 (0) | 2019.04.27 |