summaryrefslogtreecommitdiff
path: root/docker/models/images.py
diff options
context:
space:
mode:
Diffstat (limited to 'docker/models/images.py')
-rw-r--r--docker/models/images.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/models/images.py b/docker/models/images.py
index d4c2813..bb24eb5 100644
--- a/docker/models/images.py
+++ b/docker/models/images.py
@@ -164,6 +164,8 @@ class ImageCollection(Collection):
extra_hosts (dict): Extra hosts to add to /etc/hosts in building
containers, as a mapping of hostname to IP address.
platform (str): Platform in the format ``os[/arch[/variant]]``.
+ isolation (str): Isolation technology used during build.
+ Default: `None`.
Returns:
(tuple): The first item is the :py:class:`Image` object for the