diff --git a/thesis/page/index.html b/thesis/page/index.html index 5d4e590..9cec8c2 100644 --- a/thesis/page/index.html +++ b/thesis/page/index.html @@ -61,7 +61,7 @@

Implementing an experimental subset of
- Alex Schink + m4schini
@@ -133,16 +133,47 @@

Abstract

+
+
+
+
+

Runtime

+
+

+ Roci (Reduced OCI Runtime) is the runtime implemented based on the theoretical background and design described in the thesis. It closely follows the container lifecycle defined in the OCI runtime specification. +

+
+ +
+
+
+
+ +
+
+
+
+

Results

+
+

+ Roci outperforms the reference implementation of the OCI runtime specification runc by ~67%. But it falls behind the C implementation crun, being slower by ~20%, while implementing the complete OCI runtime specification. +

+
+ +
+
+
+
-
+

BibTeX


             @thesis{schink2024oci,
-                author       = {Alex Schink},
+                author       = {m4schini},
                 title        = {Minimal implementation of the {OCI} runtime specification},
                 year         = {2024},
                 school       = {University of Applied Sciences Wedel},
@@ -180,12 +211,5 @@ 

BibTeX

- - - - - - - diff --git a/thesis/page/static/images/architecture.png b/thesis/page/static/images/architecture.png new file mode 100644 index 0000000..47fdd36 Binary files /dev/null and b/thesis/page/static/images/architecture.png differ diff --git a/thesis/page/static/images/table.png b/thesis/page/static/images/table.png new file mode 100644 index 0000000..efa4fbf Binary files /dev/null and b/thesis/page/static/images/table.png differ