MatrixAI / Emergence

Distributed Infrastructure Orchestration
Apache License 2.0
1 stars 0 forks source link

Container isolation primitives #5

Closed mokuki082 closed 6 years ago

mokuki082 commented 6 years ago

Document all of the container isolation primitives and investigate the kernel API for each isolation primitive.

mokuki082 commented 6 years ago

Current progress update:

Namespaces

UTS

What I've done

Network

What I've done

PID

IPC

What I know

Mount

What I've done

User

What I've done

Cgroup

What I know

mokuki082 commented 6 years ago

Closing this because I've already got a pretty good understanding on namespaces, though more would need to be done as I come across more questions. I've created a simple example to illustrate my understanding in linux namespaces and cgroups