mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
fix: Improve wording for containerd warning
This commit is contained in:
+2
-1
@@ -233,7 +233,8 @@ func (cli *Client) pushImageToMachine(
|
|||||||
pw.Event(progress.NewEvent(pushEventID, progress.Error, "containerd image store required"))
|
pw.Event(progress.NewEvent(pushEventID, progress.Error, "containerd image store required"))
|
||||||
return fmt.Errorf("docker on machine '%s' is not using containerd image store, "+
|
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: "+
|
"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()
|
machineSubnet, _ := machine.Network.Subnet.ToPrefix()
|
||||||
|
|||||||
Reference in New Issue
Block a user