-
-
Notifications
You must be signed in to change notification settings - Fork 202
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
[FEAT] make AppImage to work by default #261
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
What about /dev/fuse? And how do you run mount inside of the container. |
It requires following settings. It could be mentioned in documentation.
|
This is basically privileged without all of sys and dev being mounted in, also app images can run in containers with the |
It is an user choice if they prefer convenience or security. I just asked to add extra package. Looking on this request again... There will be more users which needs extra package for their use cases. I would like to have gdb also due to kasmtech/KasmVNC#204 (comment). If someone need one or two packages they usually don't want to bother with building custom image and updating it each time. |
https://github.com/linuxserver/docker-mods/tree/universal-package-install |
Awesome. It would be worth to mentioned it explicit in documentation next too |
It is very hard to understand the meaning of this for someone who had no idea that there is such possibility. I added PR which makes it clear. You might consider to merge it. #262 |
Is this a new feature request?
Wanted change
add libfuse2 by default to let AppImage mount file system
Reason for change
many apps is distributed as AppImage
Proposed code change
apt install libfuse2
The text was updated successfully, but these errors were encountered: