Closed bryanpedini closed 3 years ago
@bryanpedini thanks for the feedback, indeed the focus has been put on Raspberry Pi but you are totally right.
Do you want me to take a look and possibly create a PR?
Do you want me to take a look and possibly create a PR?
It would be great 😜
@goldyfruit sorry for the ping. I've opened the PR, could you take a look? Thanks.
It seems like
docker-compose.yml
is built more towards Raspberry Pis, but the/dev/gpiomem
kernel device does not exist inamd64
Linux computers.Since there is the ability to specify the Docker-Compose filename, can we create a file like
rpi-compose.yml
and remove the/dev/gpiomem
device in the originaldocker-compose.yml
? Removing (or commenting) docker-compose.yml#L108 seems to make it work just fine on Docker under Ubuntu 20.04 LTS.Thanks in advance!