mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
docs: minor rewrite of warning in install.sh
This commit is contained in:
+2
-2
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user