Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 532 Bytes

File metadata and controls

27 lines (22 loc) · 532 Bytes

Internal data structure

State dir

Common:

  • lock
  • child_pid
  • api.sock
  • netns (detached netns)

Network driver slirp4netns:

  • .s4nn.sock

Port driver builtin:

  • .bp.sock
  • .bp-ready.pipe

Parent-child communication

sequenceDiagram
	Parent ->> Child:  ParentHello
	Child -->> Parent: ChildHello
	Parent ->> Child:  ParentInitIdmapCompleted
	Child -->> Parent: ChildInitUserNSCompleted
	Parent ->> Child:  ParentInitNetworkDriverCompleted
	Parent ->> Child:  ParentInitPortDriverCompleted
Loading