Selaa lähdekoodia

dont restart container unless new hash

reid 2 vuotta sitten
vanhempi
commit
0819df5bc4
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      docker/docker.go

+ 1 - 0
docker/docker.go

@@ -8,6 +8,7 @@ import (
 	"goseg/structs"
 	"log/slog"
 	"os"
+	"strings"
 	"time"
 
 	"github.com/docker/docker/api/types"