sudo apt update
sudo apt install docker.io
sudo systemctl enable --now docker
sudo systemctl start docker
sudo systemctl status docker
docker --version
docker run hello-world
sudo apt install docker.io
sudo systemctl enable --now docker
sudo systemctl start docker
sudo systemctl status docker
docker --version
docker run hello-world
No comments:
Post a Comment