pi dashboard for docker
It's optional
docker build -t reggiepy/docker-pi-dashboard .
It's very simple!
docker run -d --name docker-pi-dashboard -e 'LISTEN=1024' --net=host reggiepy/docker-pi-dashboard
- The environment variable LISTEN is optional which default is 80.
- The
--net=host
is necessary to make pi-dashboard get the correct net information of host.- Attention: Some version may be
--network='host'
.
- Attention: Some version may be
After all the above steps are completed, you can access http://pihost:port
with a browser.