.mise/tasks/buildkitd.toml.template
.mise/tasks/buildkitd.toml.templateBrowse 1970 files
78 tokens
293 bytes
Token encoding: o200k_base
Snapshot 21a254f
← Back to SKILL.md
1# Allow HTTP pulls/pushes to the local registry:2 used for frontend images and cache.2# See .mise/tasks/images.toml (image-run-registry / image-frontend-build).3[registry."host.docker.internal:7890"]4 http = true5 insecure = true6 7[registry."localhost:7890"]8 http = true9 insecure = true10