Advertisement
Guest User

Untitled

a guest
Aug 26th, 2024
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
  2. sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
  3. sudo apt-get install docker-ce docker-ce-cli containerd.io
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement