Merge pull request #1122 from Faylixe/patch-3

Update api.md
This commit is contained in:
Joffrey F 2016-07-08 13:11:35 -07:00 committed by GitHub
commit 5e47026a9b
1 changed files with 1 additions and 0 deletions

View File

@ -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