Rev's/스크랩

2020년 가장 인기 있는 Docker Image Top10 (Docker Hub)

RevFactory 2021. 2. 11. 18:23

지난해 2월 Docker Hub에서는 Docker Index 를 도입했다.

Docker Index 자료에 따르면 2021년 총 pulls 수가 3,180억건을 넘어섰다.

그 외에도 Repository 수, 유저 수 등의 데이터들은 계속 증가하고 있다.

 

그렇다면, 가장 인기 있는 Docker Image는 어떤게 있을까?

 

2019년에는 busybox, nginx, redis, mongo, postgres, alpine, traefik, ubuntu, node, mysql 이미지가 인기 있는 것으로 나타난다. 검색어의 경우, mysql, nginx, ubuntu, python, node, php, centos, jenkins, java, redis 등이 상위에 나타난다.

 

 

2020년에는 어땠을까?

가장 인기 있는 공식 Docker Image의 순위는 다음과 같다.

 

1. busybox : 하나의 실행 파일 안에 스트립 다운된 일부 유닉스 도구들을 제공

2. httpd : Apache HTTP 서버

3. alpine : 전체 패키지 색인과 크기가 5MB에 불과한 musl, busybox 기반의 리눅스 배포판 최소 Docker 이미지

4. nginx : nginx 공식 빌드

5. ubuntu : Debian 기반 Linux 운영 체제

6. redis : 데이터 구조 서버로 작동하는 key-value 저장소 오픈소스

7. postgres : 객체 관계형 데이터베이스

8. node : 서버 측 및 네트워킹 애플리케이션을위한 JavaScript 기반 플랫폼

9. memcached : 고성능, 분산 메모리 개체 캐싱 시스템 오픈소스

10. mongo : Document 지향 Database

 

 

공식 이미지 사용 방법

- ex. How To Use the Official NGINX Docker Image

 

 

참고 자료

www.docker.com/blog/introducing-the-docker-index/

www.docker.com/blog/docker-index-dramatic-growth-in-docker-usage-affirms-the-continued-rising-power-of-developers/

www.docker.com/blog/docker-index-shows-continued-massive-developer-adoption-and-activity-to-build-and-share-apps-with-docker/