# Linux Namespaces, cgroups, chroot 로 나만의 Docker 만들기

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=9533](https://news.hada.io/topic?id=9533)
- GeekNews Markdown: [https://news.hada.io/topic/9533.md](https://news.hada.io/topic/9533.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-06-29T10:16:01+09:00
- Updated: 2023-06-29T10:16:01+09:00
- Original source: [akashrajpurohit.com](https://akashrajpurohit.com/blog/build-your-own-docker-with-linux-namespaces-cgroups-and-chroot-handson-guide/)
- Points: 19
- Comments: 1

## Topic Body

- Docker를 대체하는 것이 아니라, Containerization의 핵심 기술들을 배우기 위한 용도   
### Docker를 만들어 봅시다   
1. Namespace 설정하기   
2. cgroups 구성하기   
3. 루트 파일 시스템 구축   
4. Container 마운팅 및 chroot 하기   
5. 컨테이너에서 어플리케이션 실행하기

## Comments



### Comment 16833

- Author: xguru
- Created: 2023-06-29T10:26:35+09:00
- Points: 1

저는 그냥 개념 잡는 용도로 괜찮다 생각했는데, 해커 뉴스 댓글에서는 마치 GPT가 작성한 것 같다는 이야기가 있군요.   
  
GN⁺ 에도 [리눅스 네임스페이스, cgroups, 및 chroot를 사용하여 자체 Docker를 구축하세요.](https://news.hada.io/topic?id=9531) 라는 이름으로 올라와 있었네요.
