Install docker in 2 commands on Ubuntu
Simpliest way I found to install docker on ubuntu :
1.
2. sudo usermod -aG docker $(whoami)
Then logout and login back to your terminal .
1.
wget -qO- https://get.docker.com/ | sh
2. sudo usermod -aG docker $(whoami)
Then logout and login back to your terminal .
Execute docker ps to see if docker is installed correctly.
No comments:
Post a Comment