Expand description
Docker client versioning utilities.
Functionsยง
- equal
- equal checks if a version is equal to another
- greater_
than - greater_than checks if a version is greater than another
- greater_
than_ or_ equal_ to - greater_than_or_equal_to checks if a version is greater than or equal to another
- less_
than - less_than checks if a version is less than another.
- less_
than_ or_ equal_ to - less_than_or_equal_to checks if a version is less than or equal to another.