style: remove spaces for consistency
Signed-off-by: Lucas Perreau <lucas.perreau@ext.adeo.com>
This commit is contained in:
parent
4107f9a875
commit
8f1034b79f
@ -11,7 +11,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func getBuildkitInformation(ctx context.Context) (*BuilkitInformation, error) {
|
func getBuildkitInformation(ctx context.Context) (*BuilkitInformation, error) {
|
||||||
formatString := "{{.Config.Image}};{{.State.Running}};{{ if index .NetworkSettings.Networks \"host\" }}{{ \"true\" }}{{else}}{{\"false\"}}{{end}}"
|
formatString := "{{.Config.Image}};{{.State.Running}};{{if index .NetworkSettings.Networks \"host\"}}{{\"true\"}}{{else}}{{\"false\"}}{{end}}"
|
||||||
cmd := exec.CommandContext(ctx,
|
cmd := exec.CommandContext(ctx,
|
||||||
"docker",
|
"docker",
|
||||||
"inspect",
|
"inspect",
|
||||||
|
Reference in New Issue
Block a user