File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The runtime can also be changed via a container update.
13
13
```
14
14
15
15
When a user specifies a runtime name, ` io.containerd.runc.v1 ` , they will specify the name and version of the runtime.
16
- This will be trasnlated by containerd into a binary name for the shim.
16
+ This will be translated by containerd into a binary name for the shim.
17
17
18
18
` io.containerd.runc.v1 ` -> ` containerd-shim-runc-v1 `
19
19
@@ -113,7 +113,7 @@ Containers that are to be launched with an interactive terminal will have the `t
113
113
114
114
### Root Filesystems
115
115
116
- The root filesytems for the containers is provided by on the ` Create ` rpc.
116
+ The root filesystem for the containers is provided by on the ` Create ` rpc.
117
117
Shims are responsible for managing the lifecycle of the filesystem mount during the lifecycle of a container.
118
118
119
119
``` proto
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ type deferredShimWriteLogger struct {
196
196
conerr error
197
197
}
198
198
199
- // beginAccept issues an accept to wait for a connection. Once a conneciton
199
+ // beginAccept issues an accept to wait for a connection. Once a connection
200
200
// occurs drains any outstanding buffer. While draining the buffer any writes
201
201
// are blocked. If the buffer fails to fully drain due to a connection drop a
202
202
// call to `beginAccept` is re-issued waiting for another connection from
You can’t perform that action at this time.
0 commit comments