Added example and docu for hostPort ranges

This commit is contained in:
Jakob Karalus
2017-03-17 15:55:13 +01:00
parent e889494348
commit 172a9add67
2 changed files with 9 additions and 0 deletions
@@ -17,6 +17,12 @@
"fsGroup": {
"rule": "RunAsAny"
},
"HostPorts": [
{
"min": 8000,
"max": 8080
}
],
"volumes": ["*"]
}
}