SlackBuildsOrg/system/fuse-overlayfs
Vincent Batts 6c56ce09cf
system/fuse-overlayfs: Update for version 0.6.5
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2019-10-27 00:36:11 +07:00
..
fuse-overlayfs.info
fuse-overlayfs.SlackBuild
README
slack-desc

fuse-overlayfs

An implementation of overlay+shiftfs in FUSE for rootless containers.

# Limitations:
Read-only mode is not supported, so it is always required to specify an
upperdir and a workingdir.

# Usage:

```shell
$ fuse-overlayfs -o lowerdir=lowerdir/a:lowerdir/b,upperdir=up,workdir=workdir merged
```

Specify a different UID/GID mapping:

```shell
$ fuse-overlayfs -o uidmapping=0:10:100:100:10000:2000,gidmapping=0:10:100:100:10000:2000,lowerdir=lowerdir/a:lowerdir/b,upperdir=up,workdir=workdir merged
```