兰多新手。
在lando-v3.0.0-beta.44.exe
上安装了Win10 64
我收到错误并希望澄清一些问题,这是我的.lando.yml
name: myapp
recipe: lamp
config:
php: 7.2
webroot: .
database: 'mariadb:10.0'
来自lando start
一切顺利......直到ERROR: No container found for appserver_1
Starting landoproxyhyperion5000gandalfedition_proxy_1 ... done
Creating network "myapp_default" with the default driver
Creating volume "myapp_data" with default driver
Creating volume "myapp_appserver" with default driver
Creating volume "myapp_data_database" with default driver
Creating myapp_database_1 ... done
Creating myapp_appserver_1 ... done
Waiting until appserver service is ready...
Waiting until database service is ready...
Waiting until database service is ready...
Waiting until database service is ready...
Waiting until database service is ready...
Waiting until database service is ready...
Waiting until database service is ready...
ERROR: No container found for appserver_1
error: Looks like one of your build steps failed...
warn: This **MAY** prevent your app from working
warn: Check for errors above, fix them, and try again
BOOMSHAKALAKA!!!
Your app has started up correctly.
Here are some vitals:
NAME myapp
LOCATION C:\Users\username\Documents\htdocs\basicapp
SERVICES appserver, database
APPSERVER URLS http://myapp.lndo.site
https://myapp.lndo.site
当我将http://myapp.lndo.site
输入浏览器网址时,我得到Unable to connect
。
对于此错误的内容以及解决方法,我们将不胜感激,谢谢。
编辑修复是卸载Docker和Lando,然后重新安装Docker并安装旧版Lando。
答案 0 :(得分:1)
首次运行“ lando start”时,您可能会遇到与SSL证书相关的仍在处理的错误。您需要再次运行“ lando start”,然后它可能对您有用。