remove_docker attention
This commit is contained in:
parent
8ef548235e
commit
d96d91142d
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION="1.0.0"
|
VERSION="1.0.0"
|
||||||
VERSION_NUM="1"
|
VERSION_NUM="2"
|
||||||
LAST_UPDATE="22.03.2025"
|
LAST_UPDATE="22.03.2025"
|
||||||
|
|
||||||
GITLAB_URL="https://gl.wssk.ru/skasatkin/docker-rootless-install"
|
GITLAB_URL="https://gl.wssk.ru/skasatkin/docker-rootless-install"
|
||||||
@ -200,9 +200,9 @@ function install_compose() {
|
|||||||
function remove_docker() {
|
function remove_docker() {
|
||||||
clear
|
clear
|
||||||
log "=== Удаление Rootless Docker ==="
|
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=$?
|
response=$?
|
||||||
|
|
||||||
if [[ $response -eq 0 ]]; then
|
if [[ $response -eq 0 ]]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user