fmdlc / ISP-Checker

Kubernetes and Docker Compose files to run ISP checks on a Raspberry Pi. 📊
https://www.youtube.com/watch?v=BnQDnCNG1Bs
Apache License 2.0
131 stars 32 forks source link

could be that docker compose have to be installed on the side? #14

Closed santiagomoneta closed 3 years ago

santiagomoneta commented 3 years ago

I got some issues installing docker on my raspi4 for this project and hit a wall with a 'docker-compose command not found' and eventually solve this by running sudo pip3 -v install docker-compose.. is is expected?

fmdlc commented 3 years ago

@santiagomoneta Hi Santi, yes it's expected. Probably I can drop a note on the README.md. Thanks 💪