then clone the pydPiper repository as usual:
cd /home/pi
git clone https://github.com/dhrone/pydPiper
cd pydPiper
Then for the docker I used the following:
sudo curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
Then configure PydPiper
sudo python configure.py
Edit your pages file
Test the install:
sudo /usr/bin/docker run --network=host --privileged -ti -v /var/log:/var/log:rw -v /home/pi/pydPiper:/app:rw dhrone/pydpiper:v0.31-alpha /bin/bash
python pydPiper.py
To finish set it to start automatically
sudo cp pydpiper.service /etc/systemd/system
sudo systemctl enable pydpiper
sudo systemctl start pydpiper
Followed this guide (actually for Moodeaudio) managed to get display. But, unable to start the service automatically after reboot.