design: remove distribution GRPC service
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
This commit is contained in:
		| @@ -28,7 +28,6 @@ thought behind the design. | ||||
|  | ||||
| External users interact with services, made available via a GRPC API. | ||||
|  | ||||
| - __*Distribution*__: The distribution service supports pulling images. | ||||
| - __*Bundle*__: The bundle service allows the user to extract and pack bundles | ||||
|   from disk images. | ||||
| - __*Runtime*__: The runtime service supports the execution of _bundles_, | ||||
| @@ -62,6 +61,12 @@ components: | ||||
| - __*Metrics*__: Each components will export several metrics, accessible via | ||||
|   the metrics API. (We may want to promote this to a subsystem. | ||||
|  | ||||
| ## Client-side components | ||||
|  | ||||
| Some components are implemented on the client side for flexibility: | ||||
|  | ||||
| - __*Distribution*__: Functions for pulling and pushing images | ||||
|  | ||||
| ## Data Flow | ||||
|  | ||||
| As discussed above, the concept of a _bundle_ is central to containerd. Below | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Akihiro Suda
					Akihiro Suda