This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files

7 lines
178 B
Bash
Raw Permalink Normal View History

#!/bin/bash
systemctl stop docker &&
systemctl disable docker &&
#执行不成功就把下面的注释
#yum remove docker-ce &&
rm -rf /var/lib/docker &&
rm -rf $(whereis docker)