summaryrefslogtreecommitdiff
path: root/docker/api/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'docker/api/build.py')
-rw-r--r--docker/api/build.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/api/build.py b/docker/api/build.py
index 25f271a..9ff2dfb 100644
--- a/docker/api/build.py
+++ b/docker/api/build.py
@@ -93,8 +93,8 @@ class BuildApiMixin(object):
shmsize (int): Size of `/dev/shm` in bytes. The size must be
greater than 0. If omitted the system uses 64MB
labels (dict): A dictionary of labels to set on the image
- cache_from (list): A list of images used for build cache
- resolution
+ cache_from (:py:class:`list`): A list of images used for build
+ cache resolution
target (str): Name of the build-stage to build in a multi-stage
Dockerfile
network_mode (str): networking mode for the run commands during