prem.hashnode.devInstall Docker on UbuntuSet 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...Aug 26, 2022·1 min read