Skip to content

Commit

Permalink
Added start / enable docker lines for YUM package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
kycfeel committed Jan 15, 2021
1 parent eb3a889 commit c399176
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@ elif command yum --version > /dev/null 2>&1; then

fi

systemctl start docker
systemctl enable docker

else

printf "\n\033[91mFailed to install Docker.\033[39m\n"
Expand Down

0 comments on commit c399176

Please sign in to comment.