From eca88bbf8b53b273ca2b5d569f80227352cf4e4c Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Mon, 15 Jul 2024 10:13:13 +0200 Subject: [PATCH] refs #7721 README fixes/improvements --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 667d1d7..46ab130 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ -# Verdnatura Docker images +# Verdnatura Docker image repository -Dockerfile and compose files used as basis for service deployment. +Dockerfile and compose files used as basis for Verdnatura service deployment. -To build, tag and push an image you can use the provided *push.sh* script. +Some scripts are provided to speed up the most common actions: + +* *image-push.sh*: Build, tag and push an own image. +* *image-cache.sh*: Cache docker hub image in the local registry. + +Use *image.conf* for local registry and repository configuration. ## Registry authentication