首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法部署待办事项;未能删除容器(待办事项-前端)

无法部署待办事项;未能删除容器(待办事项-前端)
EN

Stack Overflow用户
提问于 2016-03-08 22:15:49
回答 1查看 718关注 0票数 1

第一次在linux和流星上,如果有一个愚蠢的错误,很抱歉。我尝试使用mupx部署流星示例应用程序,并遵循自述的指令,但我得到了以下错误。(我使用的是Ubuntu14.04LTS服务器)。谢谢你帮忙。

代码语言:javascript
复制
Configuration file : mup.json
Settings file : settings.json

“ Checkout Kadira!
It's the best way to monitor performance of your app.
Visit: https://kadira.io/mup ”

Meteor app path : /home/jan/todos
Using buildOptions : {}
Currently, it is only possible to build iOS apps on an OS X system.

Started TaskList: Deploy app 'todos' (linux)
[h2544161.stratoserver.net] - Uploading bundle
[h2544161.stratoserver.net] - Uploading bundle: SUCCESS
[h2544161.stratoserver.net] - Sending environment variables
[h2544161.stratoserver.net] - Sending environment variables: SUCCESS
[h2544161.stratoserver.net] - Initializing start script
[h2544161.stratoserver.net] - Initializing start script: SUCCESS
[h2544161.stratoserver.net] - Invoking deployment process
Invoking deployment process: FAILED
-----------------------------------STDERR-----------------------------------
Failed to remove container (todos-frontend): Error response from daemon: No such container: todos-frontend
docker: Error response from daemon: failed to create endpoint todos on network bridge: Error starting userland proxy: listen tcp 0.0.0.0:80: bind: address already in use.
-----------------------------------STDOUT-----------------------------------
todos
base: Pulling from meteorhacks/meteord
518dc1482465: Already exists
a3ed95caeb02: Already exists
a3ed95caeb02: Already exists
a3ed95caeb02: Already exists
537c534356b6: Already exists
b65a0e1e554b: Already exists
a3ed95caeb02: Already exists
a3ed95caeb02: Already exists
Digest: sha256:b5a4f6efa98e4070792ed36d33b14385a28e6ceda691a492ee5b9f2431b1515a
Status: Image is up to date for meteorhacks/meteord:base
d6d192579495851d5817288ff89abb69512562d7c2a7075f965484e64583c61b
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2016-03-09 09:54:17

未能删除容器( todos -前端):来自守护进程的错误响应:没有这样的容器:todos-前端停靠:来自守护进程的错误响应:未能在网桥上创建端点todos:绑定为0.0.0.0:80失败:端口已经被分配。

只是有同样的问题,

最后,在我的部署mup.json中将文件端口号更改为未使用的端口后,部署在某种程度上,停靠服务可以在需要时自动释放端口。到目前为止,我已经使用了80,8000,8001,但是我还没有成功地部署到同一个端口两次,但是

贷给

不同的部署似乎很容易发生冲突。我对此没有决心。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/35879112

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档