dockerc
dockerc copied to clipboard
Merge squashfuse and fuse-overlayfs
using both probably introduces an overhead.
Would be good to benchmark to have an idea of how big the overhead really is.
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.
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.