-
Notifications
You must be signed in to change notification settings - Fork 50
Description
Hello,
description
I followed the procedure described here (https://docs.opencloud.eu/docs/admin/getting-started/other/raspberry-pi/) to setup my pi (model 3b I know it is not powerful enough but it "should" work....). When I do
docker compose up
If provides the following errors:
- a docker compose like error
traefik-1 | 2025-10-31T22:45:18Z ERR Failed to retrieve information of the docker client and server host error="Error response from daemon: client version 1.24 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version" providerName=docker
- an admin password error
opencloud-1 | The password of service user admin has not been set properly in your config for idm. Make sure your /etc/opencloud config contains the proper values (e.g. by using 'opencloud init --diff' and applying the patch or setting a value manually in the config/corresponding environment variable).
opencloud-1 exited with code 1 (restarting)
Steps to reproduce:
- follow the procedure described here https://docs.opencloud.eu/docs/admin/getting-started/other/raspberry-pi/
- And watch the docker compose repeatedly crash
- needless to say, the web interface leads to "404 page not found" error
Thank you in advance for the feedback. The software seems really promising and the install procedure looked easy enough.....
update: I am using trixie. I will try with a buster image and let you know