# 만들면서 이해하는 도커(Docker) 이미지의 구조

> Clean Markdown view of GeekNews topic #1150. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1150](https://news.hada.io/topic?id=1150)
- GeekNews Markdown: [https://news.hada.io/topic/1150.md](https://news.hada.io/topic/1150.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2019-12-26T10:16:18+09:00
- Updated: 2019-12-26T10:16:18+09:00
- Original source: [44bits.io](https://www.44bits.io/ko/post/how-docker-image-work)
- Points: 7
- Comments: 0

## Topic Body

도커 이미지가 어디에 저장되고, 어떤 원리로 동작하는지 살펴보고, 유니온 마운트 구현체 오버레이FS를 사용해서 직접 도커 이미지를 마운트하는 방법을 소개.

--

"도커 이미지는 도커를 받들고 있는 중요한 기둥 중 하나입니다. 특히 도커 이전의 컨테이너 기술들에서는 컨테이너의 환경을 완전하고 효율적으로 복원한다는 게 상당히 어려운 일이었습니다. 도커는 파일을 계층으로 나눠서 저장할 수 있는 유니온 마운트Union mount 기술과 도커 허브Docker Hub라는 원격 저장소를 기본적으로 제공함으로써 이 문제를 해결했습니다"

## Comments



_No public comments on this page._
