MCPcopy Create free account
hub / github.com/docker/docker-py / random_name

Function random_name

tests/helpers.py:101–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99
100
101def random_name():
102 return f'dockerpytest_{random.getrandbits(64):x}'
103
104
105def force_leave_swarm(client):

Calls

no outgoing calls