# 500라인으로 만드는 리눅스 컨테이너 (2016)

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=6122](https://news.hada.io/topic?id=6122)
- GeekNews Markdown: [https://news.hada.io/topic/6122.md](https://news.hada.io/topic/6122.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-03-11T09:49:47+09:00
- Updated: 2022-03-11T09:49:47+09:00
- Original source: [blog.lizzie.io](https://blog.lizzie.io/linux-containers-in-500-loc.html)
- Points: 11
- Comments: 2

## Topic Body

- C 코드   
- 리눅스 컨테이너를 구성하는데 필요한 기본 메커니즘을 소개하고, 구현한 코드에 대한 설명  
→ Namespaces, Capabilities, cgroups , setrlimit, Mounts, System calls   
- orgmode 문서

## Comments



### Comment 9204

- Author: xguru
- Created: 2022-03-11T10:47:20+09:00
- Points: 1

[리눅스 컨테이너란?](https://news.hada.io/topic?id=1410)

### Comment 9202

- Author: xguru
- Created: 2022-03-11T09:50:59+09:00
- Points: 2

비슷한 내용이지만, Go 로 설명한 발표 동영상도 있습니다.  
  
GOTO 2018 - Container from Scratch https://www.youtube.com/watch?v=8fi7uSYlOdc
