Docker lab setup on Ubuntu 22.04 Server LTS

Lab1 Setting up docker on Centos8 yum remove podman* yum remove runc* containerd* buildah* sudo yum install -y yum-utils sudo yum-config-manager –add-repo https://download.docker.com/linux/centos/docker-ce.repo sudo yum install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin systemctl enable docker systemctl start docker systemctl status docker Lab2: Setup on ubuntu First, update your existing list of packages sudo apt update Install … Continue reading Docker lab setup on Ubuntu 22.04 Server LTS