15 Commits

Author SHA1 Message Date
Andrew Freckelton
c4b299e77d Fix minor grammatical error in README.md 2022-01-13 16:41:19 -05:00
Giuseppe Scrivano
a65b310508
build: rename Dockerfile to Containerfile
since these files need the -v option that is not present with Docker,
rename the files to Containerfile to avoid confusion.

more info: https://twitter.com/cpuguy83/status/1313523894536429568

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2020-10-06 19:22:49 +02:00
Leonardo Rochael Almeida
1956d59152 Rename static dockerfiles to reflect their distros 2019-12-09 15:09:23 -03:00
Leonardo Rochael Almeida
d6f7ae40b6 Simpler static build
Use an ubuntu image to obtain a static libfuse without compiling.

Remove the need for sharing /dev/fuse with the build container.

Simpler build instructions.
2019-12-06 17:02:51 -03:00
Giuseppe Scrivano
c9bbc94ab6
fuse-overlayfs: support running without upper layer
when there is no upper layer specified, fail every read operation with
EROFS.

Closes: https://github.com/containers/fuse-overlayfs/issues/100

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-10-19 21:33:35 +02:00
matpen
1d83907f30 Improving README with more detailed build instructions. 2019-09-13 17:28:39 +02:00
Susan Vattic
3c2c9ba339
Update README.md 2019-05-11 14:49:19 -05:00
Giuseppe Scrivano
8349f8b5d9
README.md: update fuse version
we require FUSE 3.2.1, update the README to reflect it.

Closes: https://github.com/containers/fuse-overlayfs/issues/48

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-02-24 23:10:50 +01:00
Vincent Batts
d73490709b *: some build hints and static link example
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2018-07-31 18:55:46 +02:00
Giuseppe Scrivano
7afb2f6a76
fuse-overlayfs: change option names to uidmapping and gidmapping
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2018-07-09 18:25:09 +02:00
Giuseppe Scrivano
c8c9a4aa2c
rename to fuse-overlayfs
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2018-07-09 18:23:19 +02:00
Giuseppe Scrivano
b89b8ebf5d
containerfs: use an xattr to store redirects of a file
So we can correctly report the same issue for hard links.

Closes: https://github.com/giuseppe/containerfs/issues/1

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2018-07-04 16:02:32 +02:00
Giuseppe Scrivano
ddce687dfd
containerfs: rewrite it to use *at functions
do not use absolute paths when accessing files.  Use relative paths to
the layers root.  As part of the refactoring, also drop any cache of
the lower layers, working more similarly as overlay in the kernel.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2018-07-03 20:28:36 +02:00
Giuseppe Scrivano
b49ce8e958
README.md: add more information
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2018-06-30 18:49:40 +02:00
Giuseppe Scrivano
26f0f1a6a2
containerfs: initial implementation
A FUSE implementation of overlay.  Not as stable and mature as the
kernel FS.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2018-06-17 16:34:29 +02:00