Build Your Own Container Using Less than 100 Lines of Go
Published at April 20, 2019 · 1 min read
用 Golang 从零搭建 Docker,关键概念分别是,Namespaces,将 container 与 host 的环境相互隔离,cgroups 管理 container 中的资源使用,Layered filesystem 是 docker 打包镜像时的管理技术,将镜像分层方便镜像的管理和复用 Build Your Own Container Using Less than 100 Lines of Go...