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 have run Silverbullet application via deno and everything works fine. I would like to do it with Podman/Docker, but there is an error that I can't resolve. I am following the instructions:
# Create a local folder "space" to keep files in
mkdir -p space
# Run the SilverBullet docker container in the foreground
sudo docker run -it -p 3000:3000 -v ./space:/space zefhemel/silverbullet
I get the following message every time:
fedora@fedora:~$ mkdir -p space
fedora@fedora:~$ sudo docker run -it -p 3000:3000 -v ./space:/space zefhemel/silverbullet
Will run SilverBullet with UID 1000, inferred from the owner of /space (set PUID environment variable to override)
Running SilverBullet as silverbullet (configured as PUID 1000 and PGID 1000)
I have run Silverbullet application via deno and everything works fine. I would like to do it with Podman/Docker, but there is an error that I can't resolve. I am following the instructions:
I get the following message every time:
Is there anything else I should do to make the application work with Podman/Docker on my machine?
System: Linux Fedora 41
SilverBullet: 0.9.4
The text was updated successfully, but these errors were encountered: