Skip to content

Commit e8f7c2a

Browse files
Merge pull request #2507 from flx42/fix-readme-runtime-v2
Remove reference to WithExit in README
2 parents 2ebfba5 + e22f196 commit e8f7c2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ If you have [criu](https://criu.org/Main_Page) installed on your machine you can
166166

167167
```go
168168
// checkpoint the task then push it to a registry
169-
checkpoint, err := task.Checkpoint(context, containerd.WithExit)
169+
checkpoint, err := task.Checkpoint(context)
170170

171171
err := client.Push(context, "myregistry/checkpoints/redis:master", checkpoint)
172172

0 commit comments

Comments
 (0)