From 77c977bce75d028d03dbde85ede053a1dddc017e Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Thu, 22 Mar 2018 09:51:10 +0100 Subject: Add isolation param to build Signed-off-by: Joffrey F --- docker/models/images.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docker/models/images.py') 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 -- cgit v1.2.1