mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-20 22:59:42 -05:00
docs: update registry_image.md (#321)
This commit is contained in:
parent
7fc945d01b
commit
0da4706851
1 changed files with 4 additions and 1 deletions
|
|
@ -8,10 +8,13 @@ description: |-
|
||||||
<!-- Bug: Type and Name are switched -->
|
<!-- Bug: Type and Name are switched -->
|
||||||
# docker_registry_image (Resource)
|
# 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
|
## Example Usage
|
||||||
|
|
||||||
|
To be able to update an image itself when an updated image arrives.
|
||||||
|
|
||||||
```terraform
|
```terraform
|
||||||
resource "docker_registry_image" "helloworld" {
|
resource "docker_registry_image" "helloworld" {
|
||||||
name = "helloworld:1.0"
|
name = "helloworld:1.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue