mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Internal change.
PiperOrigin-RevId: 221462069 Change-Id: Id469ed21fe12e582c78340189b932989afa13c67
This commit is contained in:
committed by
Shentubot
parent
7f60294a73
commit
7b938ef78c
@@ -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",
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user