Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compose/reference/envvars.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ COMPOSE_DOCKER_CLI_BUILD

.. Configure whether to use the Compose python client for building images or the native docker cli. By default, Compose uses the docker CLI to perform builds, which allows you to use BuildKit to perform builds.

イメージ構築に使う Compose の Python クライアントか、ネイティブな docker CLI の場所を市営します。デフォルトは、構築に ``docker`` CLI を使うので、構築の処理には :ref:`BuildKit <to-enable-buildkit-builds>` が使えます。
イメージ構築に使う Compose の Python クライアントか、ネイティブな docker CLI の場所を指定します。デフォルトは、構築に ``docker`` CLI を使うので、構築の処理には :ref:`BuildKit <to-enable-buildkit-builds>` が使えます。

.. Set COMPOSE_DOCKER_CLI_BUILD=0 to disable native builds, and to use the built-in python client.

Expand Down