curl -fsSL https://get.docker.com/ | sh
sudo systemctl restart docker
sudo systemctl enable docker
docker version
docker info