diff options
author | Brielle Broder <bbroder@google.com> | 2018-06-29 13:08:41 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-06-29 13:09:33 -0700 |
commit | 25e315c2e1764a9b0a1b70196e1108c00d172f48 (patch) | |
tree | 0d4a2795f59796818174b540c9619bd583607899 /runsc/container/BUILD | |
parent | 23f49097c77213175e9b11755c28c3ff5ccc1118 (diff) |
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
Diffstat (limited to 'runsc/container/BUILD')
-rw-r--r-- | runsc/container/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
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", |