Open vlad34 opened 3 years ago
You can build your own image using Dockerfile on raspberry pi.
docker rmi $image_name
docker build . -t syncserver
to build your own image.docker images
to check if the image is built successfully.That's it.
Note: You might face issue such as Unable to read db file, to resolve you can just create the volume mount folder you had in your docker-compose and inside that create an empty db file. If you are facing error like Unable to write to read-only db, then you might have to give permissions to the user - 1001 (which is used to run the image) to access the folder in which your db exists.
I do not have enough RAM for this (it crashes). Is there a way someone else can do this for me?
Hi,
It is currently not possible to install the docker image on the Raspberry Pi ...
Will it be possible to have an image for the ARM / ARM64 platforms of the raspberry pi please?
Thanks for the project.