jessfraz / dockerfiles

Various Dockerfiles I use on the desktop and on servers.
https://blog.jessfraz.com/post/docker-containers-on-the-desktop/
MIT License
13.65k stars 2.55k forks source link

Dockerfile for Logseq Desktop? #590

Open gwpl opened 1 year ago

gwpl commented 1 year ago

This is mirror issue to feature request I've filed at Logseq project/forum: https://discuss.logseq.com/t/document-how-to-run-logseq-desktop-in-docker-with-minimal-priviledges/12758/1 .

Kind request, if it's possible for this great opensource app Logseq.com https://github.com/logseq/logseq to create dockerfile for Logseq Desktop and function making it easy to run with minimal priviledges?

There is one for Web App version:

docker pull ghcr.io/logseq/logseq-webapp:latest
docker run -d --rm -p 3001:80 ghcr.io/logseq/logseq-webapp:latest

https://github.com/logseq/logseq/blob/master/docs/docker-web-app-guide.md .

but not with all features (e.g. publishing is only in desktop app).