对,就是这么炫酷!
curl -sSL https://get.docker.com/ | sudo sh
如果提示没有装curl就apt-get install一下,另外提醒一下必须是64位的ubuntu,因为docker已经对32位的不支持了。
本文共 177 字,大约阅读时间需要 1 分钟。
对,就是这么炫酷!
curl -sSL https://get.docker.com/ | sudo sh
如果提示没有装curl就apt-get install一下,另外提醒一下必须是64位的ubuntu,因为docker已经对32位的不支持了。
转载于:https://www.cnblogs.com/puyangsky/p/5111759.html