Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.36 KB | None | 0 0
  1. apt-get update
  2. apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
  3. curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
  4. add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
  5. apt-get update
  6. apt-get install docker-ce docker-ce-cli containerd.io
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement