I recently got a Raspberry Pi, but I haven't had time to figure out what to do with it.... Then I accidentally came across a little thing called pi-dashboard. Take a look at the picture below.
That's it, it seems quite convenient in terms of performance.
Install Docker#
Here I refer to the installation process in the Docker Chinese Documentation.
Oh, it can be done in one step using the official script.
curl -fsSL get.docker.com -o get-docker.sh
sudo sh get-docker.sh --mirror Aliyun
Very quick...
Use Docker to set up pi-dashboard in one step#
sudo docker run -d --name docker-pi-dashboard -e 'LISTEN=1024' --net=host ecat/docker-pi-dashboard
From One-click deployment of pi dashboard
Alright, that's it...