File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ Query Parameters:
102102- ** filters** - a json encoded value of the filters (a map[ string] [ ] string) to process on the containers list. Available filters:
103103 - exited=< ; int> ; -- containers with exit code of < ; int> ;
104104 - status=(restarting|running|paused|exited)
105- - label=` key ` or ` key=value ` of a container label
105+ - label=` key ` or ` label=" key=value" ` of a container label
106106
107107Status Codes:
108108
@@ -1126,7 +1126,7 @@ Query Parameters:
11261126- ** all** – 1/True/true or 0/False/false, default false
11271127- ** filters** – a json encoded value of the filters (a map[ string] [ ] string) to process on the images list. Available filters:
11281128 - dangling=true
1129- - label=` key ` or ` key=value ` of an image label
1129+ - label=` key ` or ` label=" key=value" ` of an image label
11301130- ** filter** - only return images with the specified name
11311131
11321132### Build image from a Dockerfile
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ Query Parameters:
104104- ** filters** - a JSON encoded value of the filters (a ` map[string][]string ` ) to process on the containers list. Available filters:
105105 - ` exited=<int> ` ; -- containers with exit code of ` <int> ` ;
106106 - ` status= ` (` restarting ` |` running ` |` paused ` |` exited ` )
107- - ` label=key ` or ` key=value ` of a container label
107+ - ` label=key ` or ` label=" key=value" ` of a container label
108108
109109Status Codes:
110110
@@ -1145,7 +1145,7 @@ Query Parameters:
11451145- ** all** – 1/True/true or 0/False/false, default false
11461146- ** filters** – a JSON encoded value of the filters (a map[ string] [ ] string) to process on the images list. Available filters:
11471147 - ` dangling=true `
1148- - ` label=key ` or ` key=value ` of an image label
1148+ - ` label=key ` or ` label=" key=value" ` of an image label
11491149- ** filter** - only return images with the specified name
11501150
11511151### Build image from a Dockerfile
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ Query Parameters:
104104- ** filters** - a JSON encoded value of the filters (a ` map[string][]string ` ) to process on the containers list. Available filters:
105105 - ` exited=<int> ` ; -- containers with exit code of ` <int> ` ;
106106 - ` status= ` (` created ` |` restarting ` |` running ` |` paused ` |` exited ` )
107- - ` label=key ` or ` key=value ` of a container label
107+ - ` label=key ` or ` label=" key=value" ` of a container label
108108
109109Status Codes:
110110
@@ -1272,7 +1272,7 @@ Query Parameters:
12721272- ** all** – 1/True/true or 0/False/false, default false
12731273- ** filters** – a JSON encoded value of the filters (a map[ string] [ ] string) to process on the images list. Available filters:
12741274 - ` dangling=true `
1275- - ` label=key ` or ` key=value ` of an image label
1275+ - ` label=key ` or ` label=" key=value" ` of an image label
12761276- ** filter** - only return images with the specified name
12771277
12781278### Build image from a Dockerfile
You can’t perform that action at this time.
0 commit comments