Fork me on GitHub

ubuntu安装docker

1、查看系统版本,切换到root用户

uname -r

2、获取docker安装包

wget -qO- https://get.docker.com/ | sh

3、启动docker服务

sudo service docker start

4、测试hello-world

docker run hello-world

 

posted on 2017-05-23 16:23  ScvQ  阅读(97)  评论(0编辑  收藏  举报

导航