Docker安装在Ubuntu 14.04上失败

试图让Docker在Ubuntu Linux上第一次运行。 遵循以下步骤(作为超级用户):

apt-get update

apt-get install docker.io

 Reading package lists... Done Building dependency tree Reading state information... Done docker.io is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 49 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] Y Setting up scx (1.6.3.326) ... Failed to issue method call: Unit omid.service failed to load: No such file or directory. See system logs and 'systemctl status omid.service' for details. dpkg: error processing package scx (--configure): subprocess installed post-installation script returned error exit status 6 Errors were encountered while processing: scx E: Sub-process /usr/bin/dpkg returned an error code (1) 

这很奇怪,因为我之前没有使用docker pkg,所以不知道为什么会发生错误。 试图finddocker网站上的一些信息,但没有运气。

任何线索任何人?

docker.io由Ubuntu开发人员维护。 更好地使用官方的Docker发行版 。 这是最新的,更好的支持。