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.
1 parent bbe3159 commit 15f5fd6Copy full SHA for 15f5fd6
specs-go/config.go
@@ -47,7 +47,7 @@ type Process struct {
47
// Capabilities are Linux capabilities that are kept for the process.
48
Capabilities *LinuxCapabilities `json:"capabilities,omitempty" platform:"linux"`
49
// Rlimits specifies rlimit options to apply to the process.
50
- Rlimits []Rlimit `json:"rlimits,omitempty"`
+ Rlimits []Rlimit `json:"rlimits,omitempty" platform:"linux,solaris"`
51
// NoNewPrivileges controls whether additional privileges could be gained by processes in the container.
52
NoNewPrivileges bool `json:"noNewPrivileges,omitempty" platform:"linux"`
53
// ApparmorProfile specifies the apparmor profile for the container.
0 commit comments