首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >“安装码头:失败”错误在安装与Meteor-Up和Debian 7喘息

“安装码头:失败”错误在安装与Meteor-Up和Debian 7喘息
EN

Stack Overflow用户
提问于 2016-02-22 22:50:02
回答 1查看 549关注 0票数 0

我只是买了一个新的VPS (从OVH - VPS SSD 1 -Debian7Wheezy 64位),我试着使用流星 (更确切地说是mupx版本)在prod项目上部署。

当我试图设置mupx setup时,我发现了一些安装Docker的错误。我试图在服务器和本地计算机上手动安装停靠程序。我也试着用sudo启动安装命令,但是没有比这更好的了。

知道吗?

代码语言:javascript
复制
Started TaskList: Setup (linux)
[158.69.210.254] - Installing Docker
[158.69.210.254] x Installing Docker: FAILED

        -----------------------------------STDERR-----------------------------------
        opportunity to cancel the
        installation.

        If you installed the current Docker package using this script and are using it
        again to update Docker, you can safely ignore this message.

        You may press Ctrl+C now to abort this script.
        + sleep 20
        + sh -c apt-key adv --keyserver hkp://pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D || apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
        gpg: requesting key 2C52609D from hkp server pool.sks-keyservers.net
        gpg: key 2C52609D: "Docker Release Tool (releasedocker) <docker@docker.com>" not changed
        gpg: Total number processed: 1
        gpg:              unchanged: 1
        + sh -c mkdir -p /etc/apt/sources.list.d
        + dpkg --print-architecture
        + sh -c echo deb [arch=amd64] https://apt.dockerproject.org/repo debian-wheezy main > /etc/apt/sources.list.d/docker.list
        + sh -c sleep 3; apt-get update; apt-get install -y -q docker-engine
        E: Unable to correct problems, you have held broken packages.
        -----------------------------------STDOUT-----------------------------------
        an-wheezy/main Translation-en_GB
        Ign https://apt.dockerproject.org debian-wheezy/main Translation-en
        Reading package lists...
        Reading package lists...
        Building dependency tree...
        Reading state information...
        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:
         docker-engine : Depends: init-system-helpers (>= 1.18~) but it is not installable
                         Recommends: aufs-tools but it is not going to be installed
                         Recommends: cgroupfs-mount but it is not installable or
                                     cgroup-lite but it is not installable
                         Recommends: git but it is not going to be installed
                         Recommends: yubico-piv-tool (>= 1.1.0~) but it is not installable
        ----------------------------------------------------------------------------
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2016-02-22 23:28:16

错误是因为Docker版本没有在Debian 7上工作,但是只有Debian 8。Si只需要使用OVH管理器重新安装VPS就可以了!

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

https://stackoverflow.com/questions/35565511

复制
相关文章

相似问题

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