From a771775f3a4680b3a121deb6f583ed62f4da8bef Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Fri, 12 Oct 2018 12:58:42 -0700 Subject: Added spec command to create OCI spec config.json The spec command is analygous to the 'runc spec' command and allows for the convenient creation of a config.json file for users that don't have runc handy. Change-Id: Ifdfec37e023048ea461c32da1a9042a45b37d856 PiperOrigin-RevId: 216907826 --- 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 7c90ff2c5..7040eb4ec 100644 --- a/runsc/cmd/BUILD +++ b/runsc/cmd/BUILD @@ -23,6 +23,7 @@ go_library( "restore.go", "resume.go", "run.go", + "spec.go", "start.go", "state.go", "wait.go", -- cgit v1.2.3