From e22f19618cbb159966329a8f02cec340d16bf353 Mon Sep 17 00:00:00 2001 From: Felix Abecassis Date: Fri, 27 Jul 2018 15:16:43 -0700 Subject: [PATCH] Remove reference to WithExit in README This function was removed from the containerd package in da1b5470cd26e9e2b4b1cd0100c876ce8db87471 Signed-off-by: Felix Abecassis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2130d68cf..21cecb6a8 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ If you have [criu](https://criu.org/Main_Page) installed on your machine you can ```go // checkpoint the task then push it to a registry -checkpoint, err := task.Checkpoint(context, containerd.WithExit) +checkpoint, err := task.Checkpoint(context) err := client.Push(context, "myregistry/checkpoints/redis:master", checkpoint)