Skip to content

Commit

Permalink
more profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jandre committed Sep 17, 2015
1 parent 0cf7cdf commit 075169f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
12 changes: 12 additions & 0 deletions example-profiles/lsof-restricted.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"Config": {
"NetworkDisabled": false
},
"HostConfig": {
"Privileged": false,
"ReadonlyRootfs": true,
"SecurityOpt": ["apparmor:lsof"],
"Memory": 1000000000,
"Ulimits": [{ "Name": "nofile", "Soft": 1024, "Hard": 2048 }]
}
}
11 changes: 11 additions & 0 deletions example-profiles/restricted.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"Config": {
"NetworkDisabled": false
},
"HostConfig": {
"Privileged": false,
"ReadonlyRootfs": true,
"Memory": 1000000000,
"Ulimits": [{ "Name": "nofile", "Soft": 1024, "Hard": 2048 }]
}
}

0 comments on commit 075169f

Please sign in to comment.