-
-
Notifications
You must be signed in to change notification settings - Fork 622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install doesn't work. Stop at TASK [system : Install Docker] on Raspberry pi zero 2W #1891
Comments
Have you tried installing Docker manually (just do see what specifically the issues are)? These might help: |
after install docker engine on pi os 64 bit the same problem
|
"I've just made progress in the installation... I managed to move forward by installing Docker before running the script # bash <(curl -sL https://install-anthias.srly.io) and executing all commands as the superuser 'root'. Now I'm at the stage of launching the application in Docker #bash /home/$USER/screenly/bin/upgrade_containers.sh but the Raspberry Pi freezes on startup. It seems like it's running out of RAM. With the Anthias script running, I end up with only 350MB of RAM." |
Thanks for providing results. Looks like a memory usage issue. Changes to the installation process can be made. Or maybe not use Docker, at least for Pi devices with smaller memory capacity. |
Hello,
I have a fresh raspberry os lite 64bit'
Last command before run script
sudo apt update
sudo apt full-upgrade
sudo rpi-update
sudo reboot
And run script
$ bash <(curl -sL https://install-anthias.srly.io)
Install doesn't work. Stop at TASK [system : Install Docker] on Raspberry pi zero 2W.
How can i install Anthias on raspberry pi Zero 2W
Raspberry Pi Zero 2W
Raspberry Pi Network Setup: built-in WiFi
Anthias Version the last version
Raspberry Os Lite 64bit
Install log:
The text was updated successfully, but these errors were encountered: