From d812cf8f6ebcc0e1296e595df365a68cf78fce42 Mon Sep 17 00:00:00 2001 From: Pasha Sviderski Date: Wed, 22 Apr 2026 14:01:31 +1000 Subject: [PATCH] docs: minor rewrite of warning in install.sh --- scripts/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index 3659234a..9e81e68a 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -342,8 +342,8 @@ if [ "$DOCKER_ALREADY_INSTALLED" = "true" ] && [ "$CONTAINERD_IMAGE_STORE_ENABLE warning "Docker was already installed on the machine but it doesn't use the containerd" warning "image store. Uncloud works best with the containerd image store enabled in Docker." warning "It allows Docker to directly use the images stored in containerd (pushed with" - warning "'uc image push') without duplicating them in Docker. This saves disk space and" - warning "makes image management more efficient." + warning "'uc deploy' or 'uc image push') without duplicating them in Docker. This saves" + warning "disk space and makes image management more efficient." echo "" warning "See https://docs.docker.com/engine/storage/containerd/ for more details." echo ""