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 3e4195d + d3f079a commit 643c142Copy full SHA for 643c142
specs-go/config.go
@@ -90,7 +90,7 @@ type User struct {
90
// GID is the group id.
91
GID uint32 `json:"gid" platform:"linux,solaris"`
92
// Umask is the umask for the init process.
93
- Umask uint32 `json:"umask,omitempty" platform:"linux,solaris"`
+ Umask *uint32 `json:"umask,omitempty" platform:"linux,solaris"`
94
// AdditionalGids are additional group ids set for the container's process.
95
AdditionalGids []uint32 `json:"additionalGids,omitempty" platform:"linux,solaris"`
96
// Username is the user name.
0 commit comments