PVPremdas V.Minprem.hashnode.dev·Aug 26, 2022 · 1 min readInstall 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...00