MCPcopy
hub / github.com/docker/docker-py / images

Method images

docker/client.py:120–125  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

118
119 @property
120 def images(self):
121 """
122 An object for managing images on the server. See the
123 :doc:`images documentation <images>` for full details.
124 """
125 return ImageCollection(client=self)
126
127 @property
128 def networks(self):

Callers 12

test_imagesMethod · 0.45
test_images_quietMethod · 0.45
test_pullMethod · 0.45
test_pull_streamingMethod · 0.45
test_removeMethod · 0.45
test_image_vizMethod · 0.45
test_imagesMethod · 0.45
test_images_nameMethod · 0.45
test_images_quietMethod · 0.45
test_image_idsMethod · 0.45
test_images_filtersMethod · 0.45

Calls 1

ImageCollectionClass · 0.85

Tested by 12

test_imagesMethod · 0.36
test_images_quietMethod · 0.36
test_pullMethod · 0.36
test_pull_streamingMethod · 0.36
test_removeMethod · 0.36
test_image_vizMethod · 0.36
test_imagesMethod · 0.36
test_images_nameMethod · 0.36
test_images_quietMethod · 0.36
test_image_idsMethod · 0.36
test_images_filtersMethod · 0.36