docker: add buildkit & experimental support

Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
sbwml
2025-07-03 14:44:43 +08:00
parent 994670cb79
commit c9ba5a8b3b
2 changed files with 10 additions and 0 deletions
+2
View File
@@ -20,6 +20,8 @@ config globals 'globals'
# list dns '172.17.0.1'
# list registry_mirrors 'https://<my-docker-mirror-host>'
# list registry_mirrors 'https://hub.docker.com'
option buildkit '0'
option experimental '0'
# If your organization uses a proxy server to connect to the internet, you may need to configure the proxy.
# See https://docs.docker.com/engine/daemon/proxy/ for more details