MCPcopy
hub / github.com/docker/docker-py / version_gte

Function version_gte

docker/utils/utils.py:81–82  ·  view source on GitHub ↗
(v1, v2)

Source from the content-addressed store, hash-verified

79
80
81def version_gte(v1, v2):
82 return not version_lt(v1, v2)
83
84
85def _convert_port_binding(binding):

Callers 4

test_compare_versionsFunction · 0.90
__init__Method · 0.85
runMethod · 0.85
listMethod · 0.85

Calls 1

version_ltFunction · 0.85

Tested by 1

test_compare_versionsFunction · 0.72