Merge "Modify docker instalation for fedora systems"

This commit is contained in:
Zuul 2021-11-23 12:33:08 +00:00 committed by Gerrit Code Review
commit 469e547b88
1 changed files with 1 additions and 1 deletions

View File

@ -959,7 +959,7 @@ function install_docker_ubuntu {
}
function install_docker_fedora {
sudo yum install -y docker
install_package docker
sudo systemctl enable docker
sudo systemctl start docker
}