Skip to content

Commit

Permalink
Merge pull request #696 from hartzler/fix-libcontainer-doc
Browse files Browse the repository at this point in the history
Fix libcontainer README.md example config
  • Loading branch information
Mrunal Patel committed Mar 26, 2016
2 parents 47499e0 + 9428c58 commit 519529f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libcontainer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,15 @@ config := &configs.Config{
UidMappings: []configs.IDMap{
{
ContainerID: 0,
Host: 1000,
size: 65536,
HostID: 1000,
Size: 65536,
},
},
GidMappings: []configs.IDMap{
{
ContainerID: 0,
Host: 1000,
size: 65536,
HostID: 1000,
Size: 65536,
},
},
Networks: []*configs.Network{
Expand Down

0 comments on commit 519529f

Please sign in to comment.