目录
sudo wget -qO- https://get.docker.com/ | bash
$ sudo groupadd docker
$ sudo usermod -aG docker $USER
sudo systemctl enable docker