GNU/Linux xterm-256color bash 539 views

The commands mentioned sequentially in the video are as follows:-

  1. sudo apt-get update

  2. sudo apt-get install \ linux-image-extra-$(uname -r) \ linux-image-extra-virtual

  3. sudo apt-get update

  4. sudo apt-get install \ apt-transport-https \ ca-certificates \ curl \ software-properties-common

  5. sudo apt-get update

  6. curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

  7. sudo apt-get update

  8. sudo add-apt-repository \ "deb [arch=amd64] https://download.docker.com/linux/ubuntu \ $(lsb_release -cs) \ stable"

  9. sudo apt-get update

  10. sudo apt-get install docker-ce

  11. sudo docker run hello-world