"주요 도커 OS 이미지"의 두 판 사이의 차이

(새 문서: ==개요== ;주요 도커 OS 이미지 {| class='wikitable' ! 이미지명 !! 주요버전 !! URL |- | alpine || 3.9.4 || https://hub.docker.com/_/alpine |- | debian || 9.9 || https:...)
 
 
(같은 사용자의 중간 판 10개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;주요 도커 OS 이미지
;주요 도커 OS 이미지
;주요 도커 리눅스 이미지


{| class='wikitable'
{| class='wikitable'
! 이미지명 !! 주요버전 !! URL
! 이미지명 !! 주요버전(태그) !! 용량 !! 쉘 !! 패키지 매니저 !! URL
|-
|-
| alpine || 3.9.4 || https://hub.docker.com/_/alpine
| busybox || 1.30.1 || 0.8 MB || ash || - || https://hub.docker.com/_/busybox
|-
|-
| debian || 9.9 || https://hub.docker.com/_/debian
| alpine || 3.9.4 || 3 MB || ash || apk || https://hub.docker.com/_/alpine
|-
|-
| centos || 7 || https://hub.docker.com/_/centos
| ubuntu || 18.04 || 29 MB || bash || apt || https://hub.docker.com/_/ubuntu
|-
|-
| ubuntu || 18.04 || https://hub.docker.com/_/ubuntu
| debian || 9.9 || 45 MB || bash || apt || https://hub.docker.com/_/debian
|-
| centos || 7 || 75 MB || bash || yum || https://hub.docker.com/_/centos
|-
| fedora || 30 || 90 MB || bash || yum || https://hub.docker.com/_/fedora
|}
|}


19번째 줄: 24번째 줄:
==참고==
==참고==
* https://github.com/docker-library/official-images/tree/master/library
* https://github.com/docker-library/official-images/tree/master/library
* https://hub.docker.com/search/?q=&type=image&image_filter=official&category=base&operating_system=linux&architecture=amd64


[[분류: Docker]]
[[분류: Docker]]

2019년 6월 11일 (화) 00:55 기준 최신판

1 개요[ | ]

주요 도커 OS 이미지
주요 도커 리눅스 이미지
이미지명 주요버전(태그) 용량 패키지 매니저 URL
busybox 1.30.1 0.8 MB ash - https://hub.docker.com/_/busybox
alpine 3.9.4 3 MB ash apk https://hub.docker.com/_/alpine
ubuntu 18.04 29 MB bash apt https://hub.docker.com/_/ubuntu
debian 9.9 45 MB bash apt https://hub.docker.com/_/debian
centos 7 75 MB bash yum https://hub.docker.com/_/centos
fedora 30 90 MB bash yum https://hub.docker.com/_/fedora

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}