ソースを参照

dont restart container unless new hash

reid 2 年 前
コミット
11020da776
1 ファイル変更0 行追加1 行削除
  1. 0 1
      docker/docker.go

+ 0 - 1
docker/docker.go

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