Module version

Source
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.