You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope you're doing well.
I created a docker image of Trilium, in an attempt to get the desktop app running in Bookworm on ARM, so that I could sync with my local Trilium server.
However, when I run docker run <my image> it seems to just start the server from the terminal, and doesn't give me the desktop app. Obviously I'm a bit of a newb here, and that's not what I was intending to happen :)
Do you have any tips or suggestions on how to accomplish my goal of running the desktop Trilium app on my Raspi CM5 with Bookworm?
I did the following:
-Downloaded the repo and the Dockerfile
-Built the Docker image: docker buildx build -t <myusername/trilium:v0.63.7 --platform linux/arm64 -f Dockerfile . --load
-pushed the image: docker push <myusername>/trilium:v0.63.7
then I run: docker run <repository_name>
and it starts up the server :)
As I said, clearly I am a bit of a confused newb here. I'll appreciate if someone could please help to steer me in the right direction here. It's actually slowing me down quite a lot that I can't get Trilium desktop running on this arm machine right now.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
EDIT: COULD DISREGARD BELOW
Hi folks,
I hope you're doing well.
I created a docker image of Trilium, in an attempt to get the desktop app running in Bookworm on ARM, so that I could sync with my local Trilium server.
However, when I run
docker run <my image>
it seems to just start the server from the terminal, and doesn't give me the desktop app. Obviously I'm a bit of a newb here, and that's not what I was intending to happen :)Do you have any tips or suggestions on how to accomplish my goal of running the desktop Trilium app on my Raspi CM5 with Bookworm?
I did the following:
-Downloaded the repo and the Dockerfile
-Built the Docker image:
docker buildx build -t <myusername/trilium:v0.63.7 --platform linux/arm64 -f Dockerfile . --load
-pushed the image:
docker push <myusername>/trilium:v0.63.7
then I run:
docker run <repository_name>
and it starts up the server :)
As I said, clearly I am a bit of a confused newb here. I'll appreciate if someone could please help to steer me in the right direction here. It's actually slowing me down quite a lot that I can't get Trilium desktop running on this arm machine right now.
Thank you in advance for your support! <3
CITE:
#1975 (comment)
Beta Was this translation helpful? Give feedback.
All reactions