UnixCentOs - henk52/knowledgesharing GitHub Wiki
CentOS
Introduction
Purpose
References
Vocabolary
X
Docker
Installing the docker host
-
sudo dnf -y install dnf-plugins-core
-
sudo dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
-
sudo dnf install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
-
sudo systemctl enable --now docker