diff --git a/snapshotter_opts_unix.go b/snapshotter_opts_unix.go index 4739e192fd28..2dff9b424c0e 100644 --- a/snapshotter_opts_unix.go +++ b/snapshotter_opts_unix.go @@ -31,7 +31,7 @@ const ( // WithRemapperLabels creates the labels used by any supporting snapshotter // to shift the filesystem ownership (user namespace mapping) automatically; currently -// supported by the fuse-overlayfs snapshotter +// supported by the fuse-overlayfs and overlay snapshotters func WithRemapperLabels(ctrUID, hostUID, ctrGID, hostGID, length uint32) snapshots.Opt { return snapshots.WithLabels(map[string]string{ snapshots.LabelSnapshotUIDMapping: fmt.Sprintf("%d:%d:%d", ctrUID, hostUID, length),