mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-09 23:10:22 +07:00
5 lines
188 B
Bash
5 lines
188 B
Bash
|
yum install -y yum-utils
|
||
|
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
|
||
|
yum install -y docker-ce docker-ce-cli containerd.io
|
||
|
systemctl enable docker
|