docker current未安装 - 在Windows 10上的ubuntu上进行bash

时间:2016-10-10 14:23:07

标签: bash ubuntu docker

我已经在Windows 10上的ubuntu上的bash上安装了docker:

sudo apt-get install -y docker

但是当我尝试使用它时:

docker -v

它给了我以下错误:

The program 'docker' is currently not installed. You can install it by typing:
sudo apt-get install docker

当我尝试重新安装时,我收到此消息:

docker is already the newest version.

更新:

似乎以这种方式安装docker的先决条件之一:https://docs.docker.com/engine/installation/linux/ubuntulinux/适用于我的专用ubuntu机器:

your kernel must be 3.10 at minimum

而胜利10的ubuntu是3.4

有没有办法更新这个?

1 个答案:

答案 0 :(得分:-1)

以root身份运行:

sudo docker -v