From 0da4706851ac8f86af531b5a1b725ae66e5b57af Mon Sep 17 00:00:00 2001 From: Shekhar Kumar <61060275+Skp2608@users.noreply.github.com> Date: Thu, 2 Dec 2021 18:16:09 +0530 Subject: [PATCH] docs: update registry_image.md (#321) --- docs/resources/registry_image.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/resources/registry_image.md b/docs/resources/registry_image.md index 5e0ad833..f80928c2 100644 --- a/docs/resources/registry_image.md +++ b/docs/resources/registry_image.md @@ -8,10 +8,13 @@ description: |- # docker_registry_image (Resource) -Manages the lifecycle of docker image/tag in a registry. +Manages the lifecycle of docker image/tag in a registry means it can store one or more version +of specific docker images and identified by their tags. ## Example Usage +To be able to update an image itself when an updated image arrives. + ```terraform resource "docker_registry_image" "helloworld" { name = "helloworld:1.0"