Internal change.

PiperOrigin-RevId: 221462069
Change-Id: Id469ed21fe12e582c78340189b932989afa13c67
This commit is contained in:
Nicolas Lacasse 2018-11-14 09:57:34 -08:00 committed by Shentubot
parent 7f60294a73
commit 7b938ef78c
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ go_library(
importpath = "gvisor.googlesource.com/gvisor/runsc/specutils",
visibility = [
"//runsc:__subpackages__",
"//third_party/golang/gvisor/test:__subpackages__",
],
deps = [
"//pkg/abi/linux",

View File

@ -52,6 +52,7 @@ func LogSpec(spec *specs.Spec) {
}
log.Debugf("Spec.Process: %+v", spec.Process)
log.Debugf("Spec.Root: %+v", spec.Root)
log.Debugf("Spec.Mounts: %+v", spec.Mounts)
}
// ValidateSpec validates that the spec is compatible with runsc.