docker container prune
WARNING! This will remove all stopped containers.
Are you sure you want to continue? [y/N] y
Deleted Containers:
4a7f7eebae0f63178aff7eb0aa39cd3f0627a203ab2df258c1a00b456cf20063
f98f9c2aa1eaf727e4ec9c0283bc7d4aa4762fbdba7f26191f26c97f64090360
Total reclaimed space: 212 B
月度归档: 2024 年 5 月
towelroot
panther x2刷机包
树莓派开机自动挂载ssd
开始挂载
先创建一个路径用来挂载硬盘,sudo mkdir /media/disk
如果权限不够就 sudo chmod /media/disk
挂载,sudo mount /dev/sda1 /media/disk/
树莓派安装nodered
https://www.cnblogs.com/dapenson/p/16879071.html
docker exec -it my-nginx-container bash
无法启动home assistant修复
进入系统后台
sudo systemctl enable hassio-apparmor.service
sudo systemctl enable hassio-supervisor.service
sudo systemctl start hassio-supervisor.service
sudo systemctl enable docker
docker update --restart=always homeassistant
restart