泊坞窗目前没有安装 – 在Windows 10上的Ubuntu的bash

我已经在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

而在Ubuntu 10上的Ubuntu是3.4

有没有办法更新这个?

以root身份运行它:

 sudo docker -v