Docker and Docker Compose Installation
January 30, 2022
Install Docker and Docker Compose Installation # https://docs.docker.com/engine/install/ubuntu/ https://docs.docker.com/engine/install/linux-postinstall/ Install Docker Engine # Uninstall old versions # sudo apt remove docker docker-engine docker.io containerd runc Set up the repository # Update the apt package index and install packages to allow apt to use a repository over HTTPS: sudo apt update sudo apt install \ ca-certificates \ curl \ gnupg \ lsb-release Add Docker’s official GPG key: curl -fsSL https://download. ...