ubuntu16.04安装使用docker的步骤
1、首先更新资源update。sudo apt-get update

3、安装docker.io。sudo apt-get install docker.io

5、开始启动我们的dockersudo systemctl start docker

7、完成后可以通过ubutnu14.04镜像创建一个容器。sudo docker create ubuntu:14.04


1、首先更新资源update。sudo apt-get update
3、安装docker.io。sudo apt-get install docker.io
5、开始启动我们的dockersudo systemctl start docker
7、完成后可以通过ubutnu14.04镜像创建一个容器。sudo docker create ubuntu:14.04