This section contains some design documents for users who want to learn more about the iSulad project.
- You can see
iSulad
architecture in architecture.
-
You can see how the gc and supervisor modules are designed in gc_and_supervisor_design.
-
You can see how the restore modules are designed in restore_design.
- You can see how the CRI startup process is refactored in cri_cni_refactor.
- You can see how the events modules are designed in events_design.
-
You can see how the image storage driver modules are designed in image_storage_driver_design.
-
You can see how the image store modules are designed in image_store_design.
-
You can see how the layer store modules are designed in layer_store_degisn.
-
You can see how the registry modules are designed in registry_degisn.
-
You can see how the isula search are designed in image_search_design
-
You can see how the remote ro are designed in remote_ro_design
-
You can see how the cni operator modules are designed in cni_operator_design.
-
You can see how the CRI adapter modules are designed in CRI_adapter_design.
-
You can see how the native network adapter modules are designed in native_network_adapter_design.
-
You can see how the native network modules are designed in native_network_design.
- You can see how the runtime modules are designed in runtime_design.
- You can see how the seccomp is optimized in seccomp_optimization.
- You can see how the local volume modules are designed in local_volume_design.