一条命令搞定在VMware中的Ubuntu14.04 64 位安装Docker

对,就是这么炫酷!

 curl -sSL https://get.docker.com/ | sudo sh

如果提示没有装curl就apt-get install一下,另外提醒一下必须是64位的ubuntu,因为docker已经对32位的不支持了。

原文地址:https://www.cnblogs.com/puyangsky/p/5111759.html