X Tutup
Skip to content

Commit 9a7e776

Browse files
Merge pull request containerd#1547 from AkihiroSuda/remove-dist-grpc
design: remove distribution GRPC service
2 parents df896c9 + 3a88be3 commit 9a7e776

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

design/architecture.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ thought behind the design.
2828

2929
External 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

6772
As discussed above, the concept of a _bundle_ is central to containerd. Below

0 commit comments

Comments
 (0)
X Tutup