Skip to content

Commit e418b52

Browse files
committed
Add parameter to overwrite devmapper snapshot device when loading snapshots
Signed-off-by: Amory Hoste <[email protected]>
1 parent 0f37f89 commit e418b52

File tree

5 files changed

+94
-274
lines changed

5 files changed

+94
-274
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ require (
4545
)
4646

4747
replace (
48+
github.com/containerd/containerd => github.com/ease-lab/containerd v1.5.5-ids
49+
4850
// Pin gPRC-related dependencies as like containerd v1.5.x.
4951
github.com/gogo/googleapis => github.com/gogo/googleapis v1.3.2
5052
github.com/golang/protobuf => github.com/golang/protobuf v1.3.5

0 commit comments

Comments
 (0)