docker ecosystem에 대해 정리가 잘된 자료이다.
참고로 pdf 파일로 다운받아서 볼수 있다.
http://comp.photo777.org/wp-content/uploads/2014/09/Docker-ecosystem-8.6.1.pdf
About classification
# Service discovery
Tools for registering and searching information about services provided by applications running in containers (including multi-host applications).
# Orchestration
Tools with main purpose of managing multi-host multi-container applications. Usually help managing multiple containers and network connections between them.
# Automation
Tools that help :
a. making containers easier to use,
b. giving containers new features,
c. building a service powered by containers.
# Monitoring
Tools for monitoring resources used by containers, containers heath- check, monitoring in-container environment.
# OS
Light-weight OS for running containers.
# Networking
Tools for organising inter-container and host-container communications.
# Data and File Systems
Tools for managing data in containers and tools that include or control Docker file system plugins.
※ 참고 사이트 ※
http://comp.photo777.org/docker-ecosystem/
http://comp.photo777.org/wp-content/uploads/2014/09/Docker-ecosystem-8.6.1.pdf
'관심 기술 > docker' 카테고리의 다른 글
cAdvisor REST API 테스트 (0) | 2018.05.16 |
---|---|
aAdvisor 설치: 컨테이너 모니터링 (0) | 2018.05.16 |
Ubuntu에서 docker-ce 설치 (0) | 2018.05.16 |
Dockerhub란? (0) | 2018.05.10 |
Kitematic이란? (0) | 2018.05.10 |