dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

Dockerfile for Logseq Desktop?

Open gwpl opened this issue 3 years ago • 0 comments

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).

gwpl avatar Nov 27 '22 12:11 gwpl