docker安装

参考:https://docs.docker.com/installation/ubuntulinux/

ubuntu命令:wget -qO- https://get.docker.com/ | sh
test: sudo docker run hello-world

你可能感兴趣的:(docker安装)