Keep Docker Containers Running On A Synology NAS Up To Date
sudo docker image prune (remove unused images on the Synology NAS)
sudo docker image ls (view Docker images downloaded to the Synology NAS)
• sudo docker container inspect pihole | grep Image (display the image that the pihole container is using)
评论
发表评论