summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoffrey F <f.joffrey@gmail.com>2016-07-08 13:11:35 -0700
committerGitHub <noreply@github.com>2016-07-08 13:11:35 -0700
commit5e47026a9beefaccbb845df4ce00ae8a684f0de6 (patch)
tree224ea3e781efdf69eac39e599e504f6fa42ecb87
parent94f8dd31be3a3f1802f6041a801f01a6e316ba49 (diff)
parentc8c6f0073ee0d8e3de9e6f3c13e9eb805661949e (diff)
downloaddocker-py-5e47026a9beefaccbb845df4ce00ae8a684f0de6.tar.gz
Merge pull request #1122 from Faylixe/patch-3
Update api.md
-rw-r--r--docs/api.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api.md b/docs/api.md
index 5b8ef22..4d2fe10 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -65,6 +65,7 @@ correct value (e.g `gzip`).
* pull (bool): Downloads any updates to the FROM image in Dockerfiles
* forcerm (bool): Always remove intermediate containers, even after unsuccessful builds
* dockerfile (str): path within the build context to the Dockerfile
+* buildargs (dict): A dictionary of build arguments
* container_limits (dict): A dictionary of limits applied to each container
created by the build process. Valid keys:
- memory (int): set memory limit for build