Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
81
def
version_gte(v1, v2):
82
return
not version_lt(v1, v2)
83
84
85
def
_convert_port_binding(binding):
Callers
4
test_compare_versions
Function · 0.90
__init__
Method · 0.85
run
Method · 0.85
list
Method · 0.85
Calls
1
version_lt
Function · 0.85
Tested by
1
test_compare_versions
Function · 0.72