Dokku安装失败

我正在构build供应脚本。 我经常在开发过程中为了debugging目的而执行它。 我使用数字海洋ubuntu 14滴。 很长时间以来一切正常,但几天前相同的代码停止工作(每次执行都是新鲜的液滴)

安装Dokku 0.4.3时出现错误

--> Installing dokku OK deb https://packagecloud.io/dokku/dokku/ubuntu/ trusty main Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: dokku : Depends: docker-engine but it is not installable or docker-engine-cs but it is not installable or lxc-docker but it is not installable E: Unable to correct problems, you have held broken packages. 

我使用这个命令进行安装:

 wget -qO- https://raw.github.com/progrium/dokku/v0.4.3/bootstrap.sh | sudo DOKKU_TAG=v0.4.3 bash 

有谁知道如何解决这个问题? 谢谢

Dokku的版本过时了(2015年10月发布)。 查看他们的主页http://dokku.viewdocs.io/dokku/获取更新的安装URL。

我猜猜你正在使用(或创build)的任何剧本只是需要更新。 0.4.3版本的Dokku安装脚本可能假定Docker包的名称是docker-engine 。 Dokku安装的较新Docker软件包名称在0.8左右: https : //github.com/dokku/dokku/commit/1e387b3b420a49ff87d16265a30efade2f1a0dbf 。

将dokku升级到0.9之后被解决了