Skip to content

Commit

Permalink
Merge pull request #436 from wking/remove-solaris-from-full-config
Browse files Browse the repository at this point in the history
config.md: Remove 'solaris' from full example
  • Loading branch information
Mrunal Patel committed May 18, 2016
2 parents 3220f19 + a044e07 commit 7cdb70f
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions config.md
Original file line number Diff line number Diff line change
Expand Up @@ -654,29 +654,6 @@ Here is a full example `config.json` for reference.
],
"mountLabel": "system_u:object_r:svirt_sandbox_file_t:s0:c715,c811"
},
"solaris": {
"anet": [
{
"allowedAddress": "172.17.0.2/16",
"configureAllowedAddress": "true",
"defrouter": "172.17.0.1/16",
"linkProtection": "mac-nospoof, ip-nospoof",
"linkname": "net0",
"lowerLink": "net2",
"macAddress": "02:42:f8:52:c7:16"
}
],
"cappedCPU": {
"ncpus": "0.8"
},
"cappedMemory": {
"physical": "1G",
"swap": "512m"
},
"maxShmMemory": "256m",
"limitpriv": "default",
"milestone": "svc:/milestone/container:default"
},
"annotations": {
"key1": "value1",
"key2": "value2"
Expand Down

0 comments on commit 7cdb70f

Please sign in to comment.