1

兰多的新手。
安装lando-v3.0.0-beta.44.exeWin10 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。

4

1 回答 1

1

第一次运行“lando start”时,您可能遇到了一个仍在处理中的与 SSL 证书相关的错误。您需要再次运行“lando start”,然后它可能对您有用。

于 2018-09-24T18:51:49.307 回答