From 25e315c2e1764a9b0a1b70196e1108c00d172f48 Mon Sep 17 00:00:00 2001 From: Brielle Broder Date: Fri, 29 Jun 2018 13:08:41 -0700 Subject: Added leave-running flag for checkpoint. The leave-running flag allows the container to continue running after a checkpoint has occurred by doing an immediate restore into a new container with the same container ID after the old container is destroyed. Updates #80. PiperOrigin-RevId: 202695426 Change-Id: Iac50437f5afda018dc18b24bb8ddb935983cf336 --- runsc/container/BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'runsc/container/BUILD') diff --git a/runsc/container/BUILD b/runsc/container/BUILD index 61e05e1c3..679d7e097 100644 --- a/runsc/container/BUILD +++ b/runsc/container/BUILD @@ -16,6 +16,7 @@ go_library( deps = [ "//pkg/log", "//pkg/sentry/control", + "//pkg/syserror", "//runsc/boot", "//runsc/sandbox", "//runsc/specutils", -- cgit v1.2.3