Merge shadowtls to library
This commit is contained in:
@@ -75,7 +75,8 @@ func init() {
|
||||
|
||||
list, err := dockerClient.ImageList(context.Background(), types.ImageListOptions{All: true})
|
||||
if err != nil {
|
||||
panic(err)
|
||||
log.Warn(err)
|
||||
return
|
||||
}
|
||||
|
||||
imageExist := func(image string) bool {
|
||||
|
||||
Reference in New Issue
Block a user