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:
John Day 2016-02-29 19:52:39 -08:00 committed by John Day
parent 0039ed3b5e
commit e94ca74a6a
1 changed files with 1 additions and 1 deletions

View File

@ -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