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 | 31 |
Tags
- 투자
- 이더리움
- angular
- 보안
- strongloop
- PC
- Three
- 암호화폐
- game
- review
- Docker
- 젤다 왕눈
- kubernetes
- 거래
- 탈중앙화
- 비트코인
- loopback
- 게임
- 시장
- 블록체인
- 스마트 컨트랙트
- 주식
- 부동산
- Games
- 쿠버네티스
- threejs
- ps4
- 스마트 계약
- Linux
- 리뷰
Archives
- Today
- Total
BaeBox
Docker - Stack 본문
반응형
* Container ⊂ Service ⊂ Stack
the top of the hierarchy of distributed applications: the stack.
배포된 App 들의 최상위계층이다.
A stack is a group of interrelated services that share dependencies, and can be orchestrated and scaled together.
스택은 의존성을 공유하는 상호 연관성있는 서비스들이다. orchestrated(관리) 와 scale(여러개 띄우기) 이 가능하다.
A single stack is capable of defining and coordinating the functionality of an entire application.
하나의 스택은 하나의 어플리케이션을 통째로 정의하고 조정하는 것이 가능하다.
내 생각 :
서비스(스웜이 관리하는 컨테이너)를 차곡차곡 쌓는 바구니.
Docker Stack : Service가 스택처럼 쌓여서 스택 인듯?
명령어 :
Deploy (배포 : 생성 + 수정)
docker stack deploy -c docker-compose.yml [USER_DEFINE_NAME]
반응형
'개발 관련' 카테고리의 다른 글
Docker root directory 변경 (0) | 2019.10.23 |
---|---|
Docker - Service (0) | 2019.10.23 |
Docker - Docker Swarm (0) | 2019.10.23 |
Docker - Persistent Data, Data Volumes & Bind Mounting (0) | 2019.10.23 |
Docker - Dockerfile (0) | 2019.10.23 |
Comments