summaryrefslogtreecommitdiff
path: root/docker/api/build.py
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2017-11-01 17:13:28 -0700
committerJoffrey F <joffrey@docker.com>2017-11-01 18:16:42 -0700
commit1066029ce573cbdac5cc1e6484c42efbc83b0e9e (patch)
treea3bb8242f5a9917e8a3793fae9478c9d5e26cd73 /docker/api/build.py
parent7d6554054d009cb6cb3433b7cbdbfc44cd98b4c0 (diff)
downloaddocker-py-secret-drivers.tar.gz
Signed-off-by: Joffrey F <joffrey@docker.com>
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