dockerc icon indicating copy to clipboard operation
dockerc copied to clipboard

Merge squashfuse and fuse-overlayfs

Open NilsIrl opened this issue 1 year ago • 2 comments

using both probably introduces an overhead.

Would be good to benchmark to have an idea of how big the overhead really is.

NilsIrl avatar Feb 20 '24 06:02 NilsIrl

Hi everyone,

When launching a bundle I have remaining fuse folders not deleted/umount in /tmp/dockerc-*. I need to do the following to remove the dockerc folder in /tmp

fuser -k  /tmp/dockerc-NHeOLh/bundle.squashfs 
fusermount -u  /tmp/dockerc-NHeOLh/bundle.squashfs 
fusermount -u  /tmp/dockerc-NHeOLh/mount
rm -rf /tmp/dockerc-NHeOLh/

This can be great also to investigate on this.

MathieuB1 avatar Jun 19 '24 10:06 MathieuB1

Hi everyone,

When launching a bundle I have remaining fuse folders not deleted/umount in /tmp/dockerc-*.

Please do not "hijack" a thread to talk about separate issues. In any case, this has been fixed in more recent versions of dockerc.

NilsIrl avatar Aug 17 '24 18:08 NilsIrl