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

Method services

docker/client.py:160–165  ·  view source on GitHub ↗

An object for managing services on the server. See the :doc:`services documentation ` for full details.

(self)

Source from the content-addressed store, hash-verified

158
159 @property
160 def services(self):
161 """
162 An object for managing services on the server. See the
163 :doc:`services documentation <services>` for full details.
164 """
165 return ServiceCollection(client=self)
166
167 @property
168 def swarm(self):

Calls 1

ServiceCollectionClass · 0.85