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 0bb7b17 + e086a3e commit b9e85b0Copy full SHA for b9e85b0
specs-go/config.go
@@ -61,7 +61,7 @@ type User struct {
61
GID uint32 `json:"gid" platform:"linux,solaris"`
62
// AdditionalGids are additional group ids set for the container's process.
63
AdditionalGids []uint32 `json:"additionalGids,omitempty" platform:"linux,solaris"`
64
- // Username is the user name. (this field is platform dependent)
+ // Username is the user name.
65
Username string `json:"username,omitempty" platform:"windows"`
66
}
67
0 commit comments