{
"BlkioDeviceReadBps": [
{
"Path": "string",
"Rate": 0
}
],
"BlkioDeviceReadIOps": [
{
"Path": "string",
"Rate": 0
}
],
"BlkioDeviceWriteBps": [
{
"Path": "string",
"Rate": 0
}
],
"BlkioDeviceWriteIOps": [
{
"Path": "string",
"Rate": 0
}
],
"BlkioWeight": 0,
"BlkioWeightDevice": [
{
"Path": "string",
"Weight": 0
}
],
"CgroupParent": "string",
"CpuCount": 0,
"CpuPercent": 0,
"CpuPeriod": 0,
"CpuQuota": 0,
"CpuRealtimePeriod": 0,
"CpuRealtimeRuntime": 0,
"CpuShares": 0,
"CpusetCpus": "0-3",
"CpusetMems": "string",
"DeviceCgroupRules": [
"c 13:* rwm"
],
"Devices": [
{
"CgroupPermissions": "mrw",
"PathInContainer": "/dev/deviceName",
"PathOnHost": "/dev/deviceName"
}
],
"DiskQuota": 0,
"IOMaximumBandwidth": 0,
"IOMaximumIOps": 0,
"KernelMemory": 0,
"Memory": 0,
"MemoryReservation": 0,
"MemorySwap": 0,
"MemorySwappiness": 0,
"NanoCPUs": 0,
"OomKillDisable": true,
"PidsLimit": 0,
"Ulimits": [
{
"Hard": 0,
"Name": "string",
"Soft": 0
}
],
"AutoRemove": true,
"Binds": [
"string"
],
"CapAdd": [
"string"
],
"CapDrop": [
"string"
],
"Cgroup": "string",
"ConsoleSize": [
0,
0
],
"ContainerIDFile": "string",
"Dns": [
"string"
],
"DnsOptions": [
"string"
],
"DnsSearch": [
"string"
],
"ExtraHosts": [
"string"
],
"GroupAdd": [
"string"
],
"IpcMode": "string",
"Isolation": "default",
"Links": [
"string"
],
"LogConfig": {
"Config": {
"property1": "string",
"property2": "string"
},
"Type": "json-file"
},
"Mounts": [
{
"BindOptions": {
"Propagation": "private"
},
"Consistency": "string",
"ReadOnly": true,
"Source": "string",
"Target": "string",
"TmpfsOptions": {
"Mode": 0,
"SizeBytes": 0
},
"Type": "bind",
"VolumeOptions": {
"DriverConfig": {
"Name": "string",
"Options": {
"property1": "string",
"property2": "string"
}
},
"Labels": {
"property1": "string",
"property2": "string"
},
"NoCopy": false
}
}
],
"NetworkMode": "string",
"OomScoreAdj": 500,
"PidMode": "string",
"PortBindings": {
"property1": {
"HostIp": "string",
"HostPort": "string"
},
"property2": {
"HostIp": "string",
"HostPort": "string"
}
},
"Privileged": true,
"PublishAllPorts": true,
"ReadonlyRootfs": true,
"RestartPolicy": {
"MaximumRetryCount": 0,
"Name": ""
},
"Runtime": "string",
"SecurityOpt": [
"string"
],
"ShmSize": 0,
"StorageOpt": {
"property1": "string",
"property2": "string"
},
"Sysctls": {
"property1": "string",
"property2": "string"
},
"Tmpfs": {
"property1": "string",
"property2": "string"
},
"UTSMode": "string",
"UsernsMode": "string",
"VolumeDriver": "string",
"VolumesFrom": [
"string"
]
}