Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/docker-py
/ join
Method
join
docker/models/swarm.py:136–137 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
134
return
node_id
135
136
def
join(self, *args, **kwargs):
137
return
self.client.api.join_swarm(*args, **kwargs)
138
join.__doc__ = APIClient.join_swarm.__doc__
139
140
def
leave(self, *args, **kwargs):
Callers
15
__str__
Method · 0.80
main
Function · 0.80
make_tree
Function · 0.80
test_join_on_already_joined_swarm
Method · 0.80
test_create_plugin
Method · 0.80
test_lifecycle
Method · 0.80
execute
Method · 0.80
setUp
Method · 0.80
test_create_with_binds_ro
Method · 0.80
test_create_with_binds_rw_rshared
Method · 0.80
test_copy_file_to_container
Method · 0.80
ExecDemuxTest
Class · 0.80
Calls
1
join_swarm
Method · 0.80
Tested by
15
test_join_on_already_joined_swarm
Method · 0.64
test_create_plugin
Method · 0.64
test_lifecycle
Method · 0.64
setUp
Method · 0.64
test_create_with_binds_ro
Method · 0.64
test_create_with_binds_rw_rshared
Method · 0.64
test_copy_file_to_container
Method · 0.64
test_build_with_proxy
Method · 0.64
test_build_with_proxy_and_buildargs
Method · 0.64
test_build_streaming
Method · 0.64
test_build_from_stringio
Method · 0.64
test_build_with_dockerignore
Method · 0.64