"Installing Docker: FAILED" 安装 Meteor-Up 和 Debian 7 时出错

"Installing Docker: FAILED" Error on setup with Meteor-Up and Debian 7 wheezy

我刚买了一个新的 VPS(来自 OVH - VPS SSD 1 - Debian 7 Wheezy 64bit) and I try to deploy on prod my Meteor project using Meteor-Up (more exactly the mupx version)。

当我尝试设置 mupx setup 时,我在安装 Docker 时遇到了一些错误。 我尝试在服务器和本地计算机上手动安装 docker。我也尝试用 sudo 启动设置命令,但没有更好的..

有什么想法吗?

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
        ----------------------------------------------------------------------------

错误是因为 Docker 版本不能在 Debian 7 上运行,只能在 Debian 8 上运行。 Si 只需使用 OVH 管理器重新安装 VPS,一切正常!