An object for managing containers on the server. See the :doc:`containers documentation ` for full details.
(self)
| 110 | |
| 111 | @property |
| 112 | def containers(self): |
| 113 | """ |
| 114 | An object for managing containers on the server. See the |
| 115 | :doc:`containers documentation <containers>` for full details. |
| 116 | """ |
| 117 | return ContainerCollection(client=self) |
| 118 | |
| 119 | @property |
| 120 | def images(self): |