인프라

도커(docker) 파일 복사 방법

소행성왕자 2021. 11. 30. 15:15
. 로컬의 파일을 컨테이너로 복사
 
$ docker cp 로컬경로 컨테이너 경로
 
# docker ps -a
CONTAINER ID   IMAGE          COMMAND       CREATED       STATUS                   PORTS     NAMES
a82f5c258527   centos:7       "/bin/bash"   4 hours ago   Up 7 minutes                       determined_maxwell
d88e100ff6df   ubuntu:20.04   "/bin/bash"   3 weeks ago   Exited (0) 3 weeks ago             nice_curran
$ docker cp /home/naya/easyOCR-binary-centos-main a82f5c258527:/home/centos