How to run on raspberry pi. Answered && Closed #95
Replies: 3 comments 5 replies
-
The prebuilt image is multi-arch, so you don't need |
Beta Was this translation helpful? Give feedback.
-
Ok just realized that docker compose is not installed along with docker. |
Beta Was this translation helpful? Give feedback.
-
Ok I installed docker-compose and updated my docker-compose file like below and can now get a build going. `version: '2.4'
But am still having issues. Durning the build process I get several errors resulting the the build proses failing.
|
Beta Was this translation helpful? Give feedback.
-
I have been trying to get this running on a raspi4 with no luck. My setup is listed below
~/docker-wyze-bridge $ uname -a Linux 5.10.52-v7l+ #1441 SMP Tue Aug 3 18:11:56 BST 2021 armv7l GNU/Linux
~/docker-wyze-bridge $ docker --version Docker version 20.10.8, build 3967b7d
I have listed the steps I have taken below.
I edited my docker-compose.yml as below.
Then I ran the below command in the /docker-wyze-bridge directory via ssh.
docker run docker-compose up --build
and this is what it returned.
I am sure I am missing something, but do not know where to start looking. This is my first experience with docker as well.
Beta Was this translation helpful? Give feedback.
All reactions