Skip to content

Commit 281c2b8

Browse files
authored
Merge pull request containerd#7103 from 2000yeshu/fix-doc
Fix Documentation Issue
2 parents 555dc62 + 47ad5f7 commit 281c2b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/getting-started.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,10 @@ Now that we have an image to base our container off of, we need to generate an O
294294
containerd provides reasonable defaults for generating OCI runtime specs.
295295
There is also an `Opt` for modifying the default config based on the image that we pulled.
296296

297-
The container will be based off of the image, use the runtime information in the spec that was just created, and we will allocate a new read-write snapshot so the container can store any persistent information.
297+
The container will be based off of the image, and we will:
298+
1. allocate a new read-write snapshot so the container can store any persistent information.
299+
2. create a new spec for the container.
300+
298301

299302
```go
300303
container, err := client.NewContainer(

0 commit comments

Comments
 (0)