Skip to content

Commit

Permalink
Merge pull request opencontainers#124 from wking/example-additional-gids
Browse files Browse the repository at this point in the history
config: Add example additionalGids
  • Loading branch information
Mrunal Patel committed Aug 29, 2015
2 parents d9a5bf2 + 3f4125c commit e9cb564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ For Linux-based systems the user structure has the following fields:
"user": {
"uid": 1,
"gid": 1,
"additionalGids": []
"additionalGids": [5, 6]
},
"env": [
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
Expand Down

0 comments on commit e9cb564

Please sign in to comment.