mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-09-12 19:07:24 +00:00
Add image_name_mismatch option. (#488)
This commit is contained in:
@@ -220,6 +220,10 @@ class EngineDriver(object):
|
||||
def get_image_from_container(self, container):
|
||||
pass
|
||||
|
||||
@abc.abstractmethod
|
||||
def get_image_name_from_container(self, container):
|
||||
pass
|
||||
|
||||
@abc.abstractmethod
|
||||
def is_container_removing(self, container):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user