Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

删除旧的docker #688

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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