Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge squashfuse and fuse-overlayfs #2

Open
NilsIrl opened this issue Feb 20, 2024 · 2 comments
Open

Merge squashfuse and fuse-overlayfs #2

NilsIrl opened this issue Feb 20, 2024 · 2 comments

Comments

@NilsIrl
Copy link
Owner

NilsIrl commented Feb 20, 2024

using both probably introduces an overhead.

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

@MathieuB1
Copy link

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.

@NilsIrl
Copy link
Owner Author

NilsIrl commented Aug 17, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants