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

[RFC] AppImage for OCR-D #106

Open
stweil opened this issue Jun 10, 2020 · 3 comments
Open

[RFC] AppImage for OCR-D #106

stweil opened this issue Jun 10, 2020 · 3 comments

Comments

@stweil
Copy link
Collaborator

stweil commented Jun 10, 2020

An AppImage for OCR-D might be an interesting alternative to Docker containers.

AppImages contain all code and data for one or several applications in a single file (technically a compressed filesystem embedded into a standalone Linux executable). They only work on Linux, but don't require a special distribution or pre-installed packages. Their only requirement is working FUSE (user space filesystem).

Building an AppImage with similar contents as the current Docker containers has some challenges, but should be possible.

@mikegerber
Copy link
Contributor

proof-of-concept AppImage for ocrd core: #130 (comment)

@cneud
Copy link
Member

cneud commented Sep 26, 2020

I think thar for target group an AppImage could indeed have a lot to offer, since it does not require superuser rights on the host (contrary to Docker).

@mikegerber
Copy link
Contributor

From what I can see (#130 (comment)) the one big problem is the handling of the working directory. Other than that it seems relatively easy to do.

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

3 participants