fix some typos
Signed-off-by: Aaron.L.Xu <likexu@harmonycloud.cn>
This commit is contained in:
parent
e0b1736aa4
commit
a3cae915c3
5 changed files with 5 additions and 5 deletions
|
@ -43,7 +43,7 @@ The content and storage subsystems would produce bundles and the execution subsy
|
|||
However, with a bundle being on the filesystem, having this concept does not work as smoothly on Windows
|
||||
as it would for Unix platforms.
|
||||
|
||||
So the major design change is that bundles will be an implemenation detail of the runtime and not a core
|
||||
So the major design change is that bundles will be an implementation detail of the runtime and not a core
|
||||
part of the API. You will no longer pass the bundle path to containerd, it will manage bundles internally
|
||||
and the root filesystem mounts along with the spec, passed via the `Any` type, will be API fields for the
|
||||
create request of a container.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue