Install Docker on Ubuntu
Aug 26, 2022 · 1 min read · Set up the repository 1 . Update the apt package index and install packages to allow apt to use a repository over HTTPS: $ sudo apt-get update $ sudo apt-get install \ ca-certificates \ curl \ gnupg \ lsb-release 2 . Add Docker’s of...
Join discussion