remove_docker attention

This commit is contained in:
Stepan Kasatkin 2025-03-22 21:32:57 +03:00
parent 8ef548235e
commit d96d91142d
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
VERSION="1.0.0"
VERSION_NUM="1"
VERSION_NUM="2"
LAST_UPDATE="22.03.2025"
GITLAB_URL="https://gl.wssk.ru/skasatkin/docker-rootless-install"
@ -200,9 +200,9 @@ function install_compose() {
function remove_docker() {
clear
log "=== Удаление Rootless Docker ==="
echo -e "${RED}⚠️ Это удалит Rootless Docker, Compose и ВСЕ данные пользователя!${RESET}"
echo -e "${RED}⚠️ Это удалит Rootless Docker, Compose и ВСЕ данные пользователя, ВКЛЮЧАЯ КОНТЕЙНЕРЫ, ОБРАЗЫ И ХРАНИЛИЩА!${RESET}"
whiptail --title "Удаление Rootless Docker" --yesno "Действительно хочешь удалить Rootless Docker, Compose и ВСЕ данные?" 12 60
whiptail --title "Удаление Rootless Docker" --yesno "Действительно хочешь удалить Rootless Docker, Compose и ВСЕ КОНТЕЙНЕРЫ, ОБРАЗЫ И ХРАНИЛИЩА?" 12 60
response=$?
if [[ $response -eq 0 ]]; then

View File

@ -1,2 +1,2 @@
VERSION="1.0.0"
VERSION_NUM="1"
VERSION_NUM="2"