containerd/services/diff/service_windows.go
Darren Stahl a5a9f91832 Implement Windows snapshotter and differ
This implements the Windows snapshotter and diff Apply function.
This allows for Windows layers to be created, and layers to be pulled
from the hub.

Signed-off-by: Darren Stahl <darst@microsoft.com>
2018-01-23 14:40:23 -08:00

8 lines
99 B
Go

// +build windows
package diff
var defaultDifferConfig = &config{
Order: []string{"windows"},
}