Open Corrado-possieri opened 3 days ago
Which os are you running the script on? Is it amd64
If not you probably need to find an image for your architecture here.
https://github.com/home-assistant/docker-base
Docker compose starts images, but you need to either build them first or get them from somewhere.
Perfect, thanks for the explanation!
The architecture is aarch64, so it should suffice to substitute
amd64-base
with aarch64-base
, correct?
Yes :)
Hello, I have tried running the container following the instructions, but when I execute
bash build.sh
I get the following errorI am wondering if it was possible to run the container using just docker compose, without pre-building the container. Thank you