@@ -233,7 +233,7 @@ Json Parameters:
233233- ** CpuShares** - An integer value containing the container's CPU Shares
234234 (ie. the relative weight vs other containers).
235235- ** CpuPeriod** - The length of a CPU period in microseconds.
236- - ** Cpuset** - Deprecated please don't use. Use ` CpusetCpus ` instead.
236+ - ** Cpuset** - Deprecated please don't use. Use ` CpusetCpus ` instead.
237237- ** CpusetCpus** - String value containing the ` cgroups CpusetCpus ` to use.
238238- ** CpusetMems** - Memory nodes (MEMs) in which to allow execution (0-3, 0,1). Only effective on NUMA systems.
239239- ** BlkioWeight** - Block IO weight (relative weight) accepts a weight value between 10 and 1000.
@@ -1363,7 +1363,7 @@ or being killed.
13631363
13641364Query Parameters:
13651365
1366- - ** dockerfile** - Path within the build context to the Dockerfile. This is
1366+ - ** dockerfile** - Path within the build context to the Dockerfile. This is
13671367 ignored if ` remote ` is specified and points to an individual filename.
13681368- ** t** – A repository name (and optionally a tag) to apply to
13691369 the resulting image in case of success.
@@ -2038,9 +2038,10 @@ Query Parameters:
20382038- ** since** – Timestamp used for polling
20392039- ** until** – Timestamp used for polling
20402040- ** filters** – A json encoded value of the filters (a map[ string] [ ] string) to process on the event list. Available filters:
2041+ - ` container=<string> ` ; -- container to filter
20412042 - ` event=<string> ` ; -- event to filter
20422043 - ` image=<string> ` ; -- image to filter
2043- - ` container =<string>` ; -- container to filter
2044+ - ` label =<string>` ; -- image and container label to filter
20442045
20452046Status Codes:
20462047
0 commit comments