|
@@ -283,7 +283,7 @@ Json Parameters:
|
|
|
`{ "PathOnHost": "/dev/deviceName", "PathInContainer": "/dev/deviceName", "CgroupPermissions": "mrw"}`
|
|
|
- **Ulimits** - A list of ulimits to set in the container, specified as
|
|
|
`{ "Name": <name>, "Soft": <soft limit>, "Hard": <hard limit> }`, for example:
|
|
|
- `Ulimits: { "Name": "nofile", "Soft": 1024, "Hard", 2048 }}`
|
|
|
+ `Ulimits: { "Name": "nofile", "Soft": 1024, "Hard": 2048 }`
|
|
|
- **SecurityOpt**: A list of string values to customize labels for MLS
|
|
|
systems, such as SELinux.
|
|
|
- **LogConfig** - Log configuration for the container, specified as a JSON object in the form
|