0

试图启动 fnproject ui 并检查部署的应用程序。但是在浏览器中它不会加载应用程序并且卡在加载....消息。在命令行中,我看到类似下面的内容。知道是什么原因造成的。

命令行日志如下:

$ docker run --rm -it --link functions:api -p 4000:4000 --name fnui -e "API_URL=http://api:8080" fnproject/ui
Unable to find image 'fnproject/ui:latest' locally
latest: Pulling from fnproject/ui
e110a4a17941: Pull complete 
3c5dcb228286: Pull complete 
19c9e79b9f16: Pull complete 
78d32a0bd7e8: Pull complete 
a2337500ed47: Pull complete 
12f394f0e817: Pull complete 
64e0f96a7b8c: Pull complete 
f977f532237b: Pull complete 
Digest: sha256:6d82707c6462e99d46c33ab6f7a502548f802f2d8f0ed830f568e7eda4a64f81
Status: Downloaded newer image for fnproject/ui:latest

FunctionsUI@0.0.16 启动/app节点服务器

使用 API url: api:8080 服务器运行在端口 4000 GET http://api:8080/v1/apps , params: {} .... ....

4

1 回答 1

1

UI 图像的版本 16 似乎存在问题。请使用下拉新图像, docker pull fnproject/ui然后重试。

如果您使用的是较新版本,在启动时应该会看到以下内容

> FunctionsUI@0.0.17 start /app
> node server
于 2017-10-24T18:25:34.293 回答