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