chore: update deps

This commit is contained in:
Jacky 2025-05-07 09:42:08 +08:00
parent 13732ffb2c
commit d772dcfb95
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
19 changed files with 3725 additions and 3397 deletions

View file

@ -118,8 +118,10 @@ func init() {
if helper.InNginxUIOfficialDocker() {
selfCheckTasks = append(selfCheckTasks, &Task{
Name: translation.C("Docker socket exists"),
Description: translation.C("Check if the docker socket exists."),
CheckFunc: CheckDockerSocket,
Description: translation.C("Check if /var/run/docker.sock exists. If you are using Nginx UI Official " +
"Docker Image, please make sure the docker socket is mounted like this: `-" +
"v /var/run/docker.sock:/var/run/docker.sock`."),
CheckFunc: CheckDockerSocket,
})
}
}