fix: Improve wording for containerd warning

This commit is contained in:
Anton Ovchinnikov
2025-10-16 23:33:25 +02:00
parent 40862df038
commit e251dd950b
+2 -1
View File
@@ -233,7 +233,8 @@ func (cli *Client) pushImageToMachine(
pw.Event(progress.NewEvent(pushEventID, progress.Error, "containerd image store required"))
return fmt.Errorf("docker on machine '%s' is not using containerd image store, "+
"which is required for pushing images. Follow the instructions to enable it: "+
"https://docs.docker.com/engine/storage/containerd/", machine.Name)
"https://docs.docker.com/engine/storage/containerd/, and then restart the uncloud daemon "+
"via 'systemctl restart uncloud'", machine.Name)
}
machineSubnet, _ := machine.Network.Subnet.ToPrefix()