weibocom / opendcp

OpenDCP official source site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR: invalid character '<' looking for beginning of value

typ431127 opened this issue · comments

root@registry deploy]# ./run.sh
Removing network deploy_default
WARNING: The Docker Engine you're using is running in swarm mode.

Compose does not use swarm mode to deploy services to multiple nodes in a swarm. All containers will be scheduled on the current node.

To deploy your application across the swarm, use the bundle feature of the Docker experimental build.

More info:
https://docs.docker.com/compose/bundles

Creating network "deploy_default" with the default driver
Pulling web (weibo.com/opendcp/ui:latest)...
Pulling repository weibo.com/opendcp/ui
ERROR: invalid character '<' looking for beginning of value

Please run ./build.sh first to build weibo.com/opendcp/xxx images locally, then ./run.sh again.

本地执行获取同样的错误

docker pull weibo.com/opendcp/ui

Using default tag: latest
Pulling repository weibo.com/opendcp/ui
invalid character '<' looking for beginning of value

执行下 docker images,看下本地是否有weibo.com/opendcp/ui这个镜像,如果没有,说明build没有成功,需要执行下./build.sh aliyun.

由于在build image时,没有进行镜像构建是否成功检查,所以在执行run.sh创建容器时出错,目前已经修复。