Home > Net >  Can't start service with Docker Version 4.11.0 (83626)
Can't start service with Docker Version 4.11.0 (83626)

Time:08-05

Could anyone help me, I have a problem with Docker's new version that I just updated,

and here is the error message after I run command to start the service,

Note: I use laradock with the Docker

WARN[0000] The "lXaL3lj6raFic6rFqr2" variable is not set. Defaulting to a blank string. 
Invalid template: "admin:$2y$10$lXaL3lj6raFic6rFqr2.lOBoCudAIhB6zyoqObNg290UFppiUzTTi"
gms-admin@kosakayuudais-MacBook-Pro laradock % 

enter image description here Please help me I appreciate

CodePudding user response:

In docker desktop you can disable docker-compose under the "Experimental Features" section. Most probably you are using the version that is in beta for now. You can check your version with docker-compose --version. And try to switch it back to older version.

Try to stay away anything that is in beta version or just released.

May be helpful: Check out

If none of them helps, try to reinstall docker

  • Related