Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docker_install_centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ function checkSudo (){

checkSudo

# rm old or flawed installation first
yum remove docker \
docker-client \
docker-client-latest \
docker-common \
docker-latest \
docker-latest-logrotate \
docker-logrotate \
docker-engine


## something required system utils
yum install -y yum-utils device-mapper-persistent-data lvm2

Expand Down