用sudo安装Docker

我正试图在OpenShift上build立一个Discourse论坛。 当我尝试安装docker时,

$> wget -qO- https://get.docker.io/ | sh Error: this installer needs the ability to run commands as root. We are unable to find either "sudo" or "su" available to make this happen. $> sudo wget -qO- https://get.docker.io/ | sh bash: usr/bin/sudo: permission denied. $> su wget -qO- https://get.docker.io/ | sh bash: /bin/sudo: permission denied. 

您在OpenShift上没有作为Web开发者的根访问权限。 你也不需要docker,也不会在当前版本的OpenShift上工作。

你应该使用这个:

https://github.com/liquidautumn/discourse-quickstart/tree/master/.openshift