currently have Docker version 20.10.24 and I'm trying to update it to the latest version, 24.0.7. However, the updated version doesn't contain the cli-plugins file, which is causing the Docker service to fail on startup.
Is there an alternative method to update the Docker engine without encountering this issue?
I have replaced the files with the latest version. Upon starting the service , getting this error.
Start-Service : Failed to start service 'Docker Engine (docker)'. At line:1 char:1
- Start-Service docker
-
+ CategoryInfo : OpenError: (System.ServiceProcess.ServiceController:ServiceController) [Start-Service], ServiceCommandException + FullyQualifiedErrorId : StartServiceFailed,Microsoft.PowerShell.Commands.StartServiceCommand