nerdctl + buildkit config
This commit is contained in:
parent
8cd16682e6
commit
4878f466b4
2 changed files with 9 additions and 0 deletions
6
.config/buildkit/buildkitd.toml
Normal file
6
.config/buildkit/buildkitd.toml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[worker.oci]
|
||||||
|
enabled = false
|
||||||
|
|
||||||
|
[worker.containerd]
|
||||||
|
enabled = true
|
||||||
|
rootless = true
|
3
.config/nerdctl/nerdctl.toml
Normal file
3
.config/nerdctl/nerdctl.toml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
debug_full = false
|
||||||
|
snapshotter = "native"
|
||||||
|
insecure_registry = false
|
Loading…
Reference in a new issue