반응형
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
- lvcreate
- firewalld
- 리다이렉션
- vgcreate
- 날짜변경
- M365필터
- ssh
- HTTPD
- Kubernetes
- docker network
- mount
- docker
- newbingai
- nmcli
- journalctl
- ansible
- 같은폴더
- yum
- 프로세스
- docker image
- vagrant kubernetes
- 랜카드인식불량
- swapon
- chatGPT
- 엑셀파일명변경
- tar
- permission
- pvcreate
- MSBing
- chmod
Archives
- Today
- Total
목록docker registry (1)
becool
20210813 (목) dockerfile, 멀티 스테이지 빌드, 사설레지스트리
09:33 review 도커 컨테이너 이미지 작성 1) 도커 컨테이너로부터 이미지 작성 : 2) Dockerfile로부터 이미지 작성: CMD : shell 환경에서 명령어 작성 shell 실행없이 명령어 실행하면 리소스 절약 Ecec, entrypoint ADD Defines files to copy from the Host file system onto the Container ADD ./local/config.file /etc/service/config.file CMD This is the command that will run when the Container starts CMD ["nginx", "-g", "daemon off;"] ENTRYPOINT Sets the default applica..
docker
2021. 8. 13. 17:14