mirror of https://github.com/docker/docker-py.git
Clarify version='2' limitations
Co-authored-by: Akihiro Suda <suda.kyoto@gmail.com> Signed-off-by: Felipe Santos <felipecassiors@gmail.com>
This commit is contained in:
parent
b7d2af3bc8
commit
0a9326348b
|
@ -103,7 +103,7 @@ class BuildApiMixin:
|
|||
Default: `None`.
|
||||
version (str): Version of the builder backend to use.
|
||||
- `1` is the first generation classic (deprecated) builder in the Docker daemon (default)
|
||||
- `2` is [BuildKit](https://github.com/moby/buildkit)
|
||||
- `2` is [BuildKit](https://github.com/moby/buildkit) over the REST API endpoint provided by the Docker daemon. This mode doesn't use the BuildKit gRPC API, and lacks support for advanced features such as secret mounts.
|
||||
Default: `None`.
|
||||
use_config_proxy (bool): If ``True``, and if the docker client
|
||||
configuration file (``~/.docker/config.json`` by default)
|
||||
|
|
Loading…
Reference in New Issue