Skip to content

Commit e22f196

Browse files
committed
Remove reference to WithExit in README
This function was removed from the containerd package in da1b547 Signed-off-by: Felix Abecassis <[email protected]>
1 parent 985920c commit e22f196

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)