Replies: 2 comments 2 replies
-
I've been unable to access my Trilium database since this problem occurred. I hope there's an easy fix :) |
Beta Was this translation helpful? Give feedback.
-
Hi, I don't fully understand all of what you wrote but some points:
Yes.
Sure, depending on what you want to do.
Trilium docker is typically used for server installation which can be used as a synchronization point - i.e. that's where your other (desktop) instances will sync through.
No file hosting on docker. Images only.
That's exactly why you need to have that server installation on some public hosting so that your e.g. notebook and desktop installation can sync through it. |
Beta Was this translation helpful? Give feedback.
-
I found difficulty understanding how to get Trilium to use Docker.
I previously installed Trilium as a local installation using Manjaro Linux "AUR" installation process.
After reading a great deal about Docker, I installed it on my desktop Manjaro system, and installed Kitematic GUI.
I can see that "Trilium:latest" image is installed.
It seems that the Trilium image (docker pull zadam/trilium:[VERSION]) runs as a container in Docker on my computer.
When I run the image using "sudo docker run -t -i -p 127.0.0.1:8080:8080 -v ~/trilium-data:/root/trilium-data zadam/trilium:latest
", Trilium starts with a setup screen. If I chose "I have desktop instance already and want to syn with it", then the next screen asks me "1. Please open your desktop instance of Trilium Notes; 2. Click on options; Click on Sync etc" but I cannot do this because I can no longer open my installation of Trilium desktop. Each time I try to reopen, the Trilium Notes startup will begin. How can this be resolved?
Does installing the Trilium Docker in addition to having a local installation mean that I now have two versions of Trilium on my system? Can I delete the local installation? Also, how does the Trilium Docker version sync? What is it syncing to? I originally thought the Docker website offered some type of file hosting, but it appears to be only a source for Docker Images.
If I install Triliium docker version on another my notebook (in addition to the original installation on my desktop), will they sync together?
I'm very new to Dockers and am having a lot of trouble understanding how this works. Probably many others have similar questions. Thank you for clarifying this.
Beta Was this translation helpful? Give feedback.
All reactions