From 0786707cd94b8feffaeb083077eccaf10873e682 Mon Sep 17 00:00:00 2001 From: Justine Olshan Date: Fri, 15 Jun 2018 16:08:20 -0700 Subject: Added code for a pause command for a container process. Like runc, the pause command will pause the processes of the given container. It will set that container's status to "paused." A resume command will be be added to unpause and continue running the process. PiperOrigin-RevId: 200789624 Change-Id: I72a5d7813d90ecfc4d01cc252d6018855016b1ea --- runsc/cmd/BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'runsc/cmd/BUILD') diff --git a/runsc/cmd/BUILD b/runsc/cmd/BUILD index 63d8036bd..8fbce294f 100644 --- a/runsc/cmd/BUILD +++ b/runsc/cmd/BUILD @@ -17,6 +17,7 @@ go_library( "kill.go", "list.go", "path.go", + "pause.go", "ps.go", "restore.go", "run.go", -- cgit v1.2.3