An object for managing services on the server. See the :doc:`services documentation ` for full details.
(self)
| 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): |