Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- K8S
- JSON
- Chrome
- docker
- CentOS
- 파이썬
- log
- C
- bash
- 빅데이터
- 서울시민카드
- RHEL
- Shell
- rsyslog
- Kubernetes
- Python
- centos 7.5
- Linux
- PostgreSQL
- GNOME
- 크롬
- zabbix
- Elk
- Elasticsearch
- audit
- Audit Log
- 디렉토리
- yum
- syslog
- GPU
Archives
- Today
- Total
Sysops Notepad
[Docker] 호스트와 컨테이너간 파일 복사 본문
728x90
1. 호스트 to 컨테이너
docker cp [host 파일 경로] [container name]:[container 내부 경로]
2. 컨테이너 to 호스트
docker cp [container name]:[container 내부 경로] [host 파일경로]
디렉토리 경로를 지정한 경우 디렉토리 전체를 통채로 복사
728x90
'업무 > sys' 카테고리의 다른 글
[Linux] Centos 웹 서버(Apache,Nginx) X-Forwarded-For Log 설정 (0) | 2019.02.19 |
---|---|
[Linux] Centos Haproxy Client IP forward 설정 (0) | 2019.02.19 |
[Docker] nvidia-docker2 run 사용시 옵션 (0) | 2019.02.15 |
[Docker] bridge-nf-call-iptables WARNING message 발생시 조치 방법 (0) | 2019.02.14 |
[Linux] iops 측정 방법 (0) | 2019.01.18 |
Comments