Skip to content

ubuntu安装docker

curl -fsSL https://get.docker.com | sudo sh && sudo usermod -aG docker $USER && newgrp docker

sudo reboot