MCPcopy Index your code
hub / github.com/docker/docker-py / remove

Method remove

docker/models/images.py:481–482  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

479 push.__doc__ = APIClient.push.__doc__
480
481 def remove(self, *args, **kwargs):
482 self.client.api.remove_image(*args, **kwargs)
483 remove.__doc__ = APIClient.remove_image.__doc__
484
485 def search(self, *args, **kwargs):

Callers

nothing calls this directly

Calls 1

remove_imageMethod · 0.80

Tested by

no test coverage detected