mirror of
https://github.com/mudler/luet.git
synced 2025-09-03 08:14:46 +00:00
Print inspect output as string
This commit is contained in:
@@ -97,7 +97,7 @@ func (*SimpleDocker) ImageExists(imagename string) bool {
|
|||||||
out, err := cmd.CombinedOutput()
|
out, err := cmd.CombinedOutput()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
Warning("Image not present")
|
Warning("Image not present")
|
||||||
Debug(out)
|
Debug(string(out))
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
return true
|
return true
|
||||||
|
Reference in New Issue
Block a user