Docker 安装

Get the latest Docker package

curl -fsSL https://get.docker.com/ | sh
add user to a certain group
# sudo adduser use-name group-name
sudo adduser ice docker
 
原文地址:https://www.cnblogs.com/liubin0509/p/5355394.html