-
Notifications
You must be signed in to change notification settings - Fork 216
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
convert & docker #480
Comments
What happens if you
and then run the AppImage? |
I'm still getting the following error:
|
@TheAssassin do you see any reason why an AppImage inside another AppImage would cause this in Docker when |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
convert
provided bypkg2appimage
is an AppImage.So in Docker, any recipe with a
convert
command will generate the errorCannot mount AppImage, please check your FUSE setup.
.As for
appimagetool
, it would be need to be extracted and linked.The text was updated successfully, but these errors were encountered: