mirror of https://github.com/docker/docker-py.git
commit
5e47026a9b
|
|
@ -65,6 +65,7 @@ correct value (e.g `gzip`).
|
||||||
* pull (bool): Downloads any updates to the FROM image in Dockerfiles
|
* pull (bool): Downloads any updates to the FROM image in Dockerfiles
|
||||||
* forcerm (bool): Always remove intermediate containers, even after unsuccessful builds
|
* forcerm (bool): Always remove intermediate containers, even after unsuccessful builds
|
||||||
* dockerfile (str): path within the build context to the Dockerfile
|
* 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
|
* container_limits (dict): A dictionary of limits applied to each container
|
||||||
created by the build process. Valid keys:
|
created by the build process. Valid keys:
|
||||||
- memory (int): set memory limit for build
|
- memory (int): set memory limit for build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue