You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: website/source/docs/drivers/docker.html.md
+10-5
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ The `docker` driver supports the following configuration in the job spec. Only
74
74
command = "my-command"
75
75
}
76
76
```
77
-
77
+
78
78
* `dns_search_domains` - (Optional) A list of DNS search domains for the container
79
79
to use.
80
80
@@ -361,7 +361,12 @@ The `docker` driver supports the following configuration in the job spec. Only
361
361
soft limiting is used and containers are able to burst above their CPU limit
362
362
when there is idle capacity.
363
363
364
-
* `advertise_ipv6_address` - (Optional) `true` or `false` (default). Use the container's
364
+
* `cpu_cfs_period` - (Optional) An integer value that specifies the duration in microseconds of the period
365
+
during which the CPU usage quota is measured. The default is 100000 (0.1 second) and the maximum allowed
366
+
value is 1000000 (1 second). See [here](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/resource_management_guide/sec-cpu#sect-cfs)
367
+
for more details.
368
+
369
+
* `advertise_ipv6_address` - (Optional) `true` or `false` (default). Use the container's
365
370
IPv6 address (GlobalIPv6Address in Docker) when registering services and checks.
366
371
See [IPv6 Docker containers](/docs/job-specification/service.html#IPv6 Docker containers) for details.
0 commit comments