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
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