GNU/Linux
•
xterm-256color
•
bash
539 views
The commands mentioned sequentially in the video are as follows:-
-
sudo apt-get update -
sudo apt-get install \ linux-image-extra-$(uname -r) \ linux-image-extra-virtual -
sudo apt-get update -
sudo apt-get install \ apt-transport-https \ ca-certificates \ curl \ software-properties-common -
sudo apt-get update -
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - -
sudo apt-get update -
sudo add-apt-repository \ "deb [arch=amd64] https://download.docker.com/linux/ubuntu \ $(lsb_release -cs) \ stable" -
sudo apt-get update -
sudo apt-get install docker-ce -
sudo docker run hello-world