range Pi 用户手册 深圳市迅龙软件有限公司版权所有
www.orangepi.cn
71
www.xunlong.tv
5.14. Temperature sensor
1) RK3328 has a total of 1 temperature sensor, the command to check the temperature is
as follows
root@orangepir1plus:~# cat /sys/class/thermal/thermal_zone0/type
soc-thermal
root@orangepir1plus:~# cat /sys/class/thermal/thermal_zone0/temp
61664
5.15. How to install Docker
1) Uninstall the old version of docker that may exist first
root@orangepir1plus:~# apt remove docker docker-engine docker-ce docker.io
2) Then install the following packages
root@orangepir1plus:~# apt update
root@orangepir1plus:~# apt install -y apt-transport-https ca-certificates curl
software-properties-common (This is a command)
3) Add the key of Alibaba Cloud docker
root@orangepir1plus:~# curl -fsSL
http://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg