Commit 85e11c47 authored by Brad Davidson's avatar Brad Davidson Committed by Brad Davidson

Add StargzSupported stub for Windows

parent e7325177
......@@ -14,3 +14,7 @@ func OverlaySupported(root string) error {
func FuseoverlayfsSupported(root string) error {
return errors.Wrapf(util2.ErrUnsupportedPlatform, "fuse-overlayfs is not supported")
}
func StargzSupported(root string) error {
return errors.Wrapf(util2.ErrUnsupportedPlatform, "stargz is not supported")
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment