This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > System > fuse-overlayfs (0.6.5)

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
```

This requires: fuse3

Maintained by: Vincent Batts
Keywords: fuse,container,overlay,overlayfs,filesystem
ChangeLog: fuse-overlayfs

Homepage:
https://github.com/containers/fuse-overlayfs

Source Downloads:
fuse-overlayfs-0.6.5.tar.gz (11b6906ae03fd83d32d20d7151e00470)

Download SlackBuild:
fuse-overlayfs.tar.gz
fuse-overlayfs.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds