diff --git a/virtcontainers/sandbox.go b/virtcontainers/sandbox.go index ce5ec6822..0e2b45d5b 100644 --- a/virtcontainers/sandbox.go +++ b/virtcontainers/sandbox.go @@ -127,7 +127,7 @@ type SandboxConfig struct { // Cgroups specifies specific cgroup settings for the various subsystems that the container is // placed into to limit the resources the container has available - Cgroups *configs.Cgroup `json:"cgroups"` + Cgroups *configs.Cgroup } func (s *Sandbox) trace(name string) (opentracing.Span, context.Context) {