如何从源代码安装Docker?

时间:2015-04-17 06:16:33

标签: build makefile install docker

我正在尝试从github.com/docker/docker下载的源代码中安装docker

我无法从源代码安装它。 Makefile存在创建一个图像,但我想在我的系统中安装它。 有人可以建议解决方案吗?

我正在使用UBUNTU 14.04

2 个答案:

答案 0 :(得分:0)

最好通过docker软件包安装它并将其更新到最新版本。这是安装docker的最佳方法。

答案 1 :(得分:0)

好吧,知道这是否适用于您的 Linux 发行版。 (看起来它是 ubuntu)但我运行 kali linux,即使我们有不同的命令来使用该进程,在每个 linux 发行版中也是一样的。

首先,在我们继续之前,我们需要更新我们的 linux repos.(repositories)

sudo apt update

和,

sudo apt-get update

那么,

sudo apt install git

[这会安装 git]

现在我们可以开始克隆 git repos。进入我们的系统

转到您想要的文件夹/工作目录并输入:

sudo git clone "link of the git repo. without the commas"

我最好建议你:

sudo apt install docker.io

[通过apt安装docker]