mirror of https://github.com/docker/docs.git
Syntax error - changed container to constraint
Syntax Error From: The `<filter-type>` is either the `affinity` or the `container` keyword. It identifies the type filter you intend to use. To: The `<filter-type>` is either the `affinity` or the `constraint` keyword. It identifies the type filter you intend to use. Signed-off-by: John Day <john@containerx.io>
This commit is contained in:
parent
0039ed3b5e
commit
e94ca74a6a
|
|
@ -458,7 +458,7 @@ Each expression must be in the form:
|
|||
<filter-type>:<key><operator><value>
|
||||
```
|
||||
|
||||
The `<filter-type>` is either the `affinity` or the `container` keyword. It
|
||||
The `<filter-type>` is either the `affinity` or the `constraint` keyword. It
|
||||
identifies the type filter you intend to use.
|
||||
|
||||
The `<key>` is an alpha-numeric and must start with a letter or underscore. The
|
||||
|
|
|
|||
Loading…
Reference in New Issue