Gofmt and goimports config.go, add documentation

Signed-off-by: Nikhil Pandeti <nikhil.pandeti@utexas.edu>
v0.7
Nikhil Pandeti 2019-12-12 12:32:47 -06:00
parent 20258652b3
commit cb237bf24e
2 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,7 @@ type OCIConfig struct {
// incomplete and the intention is to make it default without config.
UserRemapUnsupported string `toml:"userRemapUnsupported"`
// For use in storing the OCI worker binary name that will replace buildkit-runc
Binary string `toml:"binary"`
Binary string `toml:"binary"`
}
type ContainerdConfig struct {

View File

@ -46,6 +46,7 @@ insecure-entitlements = [ "network.host", "security.insecure" ]
noProcessSandbox = false
gc = true
gckeepstorage = 9000
binary = "" # OCI worker binary name, default binary is buildkit-runc
[worker.oci.labels]
"foo" = "bar"