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
galaxy-deployment-bmj-deploy/install_docker/xz_docker.sh

7 lines
178 B
Bash
Raw Normal View History

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