File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ thought behind the design.
2828
2929External users interact with services, made available via a GRPC API.
3030
31- - __ * Distribution* __ : The distribution service supports pulling images.
3231- __ * Bundle* __ : The bundle service allows the user to extract and pack bundles
3332 from disk images.
3433- __ * Runtime* __ : The runtime service supports the execution of _ bundles_ ,
@@ -62,6 +61,12 @@ components:
6261- __ * Metrics* __ : Each components will export several metrics, accessible via
6362 the metrics API. (We may want to promote this to a subsystem.
6463
64+ ## Client-side components
65+
66+ Some components are implemented on the client side for flexibility:
67+
68+ - __ * Distribution* __ : Functions for pulling and pushing images
69+
6570## Data Flow
6671
6772As discussed above, the concept of a _ bundle_ is central to containerd. Below
You can’t perform that action at this time.
0 commit comments