We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1e32a8 + 36b0b18 commit 5a606f4Copy full SHA for 5a606f4
config_linux.go
@@ -34,7 +34,7 @@ type Linux struct {
34
// Devices are a list of device nodes that are created for the container
35
Devices []Device `json:"devices"`
36
// Seccomp specifies the seccomp security settings for the container.
37
- Seccomp Seccomp `json:"seccomp"`
+ Seccomp *Seccomp `json:"seccomp,omitempty"`
38
// RootfsPropagation is the rootfs mount propagation mode for the container.
39
RootfsPropagation string `json:"rootfsPropagation,omitempty"`
40
}
0 commit comments