# 系統程式設計 - Container Internals
[TOC]
## References
如果想要找實作 container 的例子,可以找 [Linux containers in 500 lines of code](https://blog.lizzie.io/linux-containers-in-500-loc.html)。
### [Sandboxing a Linux Application - Martin Ertsås - ACCU 2022](https://youtu.be/a6JM7FmtEt4)
{%youtube a6JM7FmtEt4 %}
### [Containers – A Look Under the Hood - Gerlof Langeveld, AT Computing](https://youtu.be/BM3aH-wultc)
{%youtube BM3aH-wultc %}
### Tutorial: Using Linux Primitives to Build Your Own Containers - Stéphane Graber & Christian Brauner
{%youtube 5KydVxAvLOA %}
### Lab: Linux Container Internals - Scott McCarty & Marcos Entenza Garcia, Red Hat
{%youtube KawKGsLR1V8 %}
### Containers From Scratch • Liz Rice • GOTO 2018
{%youtube 8fi7uSYlOdc %}
### Building a container from scratch in Go - Liz Rice (Microscaling Systems)
{%youtube Utf-A4rODH8 %}
### Linux Container Primitives: cgroups, namespaces, and more!
{%youtube x1npPrzyKfs %}