Installing docker on ubuntu
Update aptand install packages to allow apt to use a repository over HTTPS$ sudo apt-get update $ sudo apt-get install \ ca-certificates \ curl \ gnupg \ lsb-releaseAdd GPG key$ sudo mkdir -p /etc/apt/keyrings curl -fsSL https://download.docker.com/linux/ubuntu/gpg…
Read More