terraform-provider-docker/templates/resources/registry_image.md.tmpl
Manuel Vogel 3fbe7d3a34
fix: pass container rm flag (#322)
* fix: pass container rm flag

* fix: deletion of containers

* docs: website gen

* docs: add stargazers

* fix(docs): for #321
2021-12-03 19:38:55 +09:00

19 lines
No EOL
511 B
Cheetah

---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "{{.Type}} {{.Name}} - {{.ProviderName}}"
subcategory: ""
description: |-
{{ .Description | plainmarkdown | trimspace | prefixlines " " }}
---
<!-- Bug: Type and Name are switched -->
# {{.Type}} ({{.Name}})
{{ .Description | trimspace }}
## Example Usage
To be able to update an image itself when an updated image arrives.
{{tffile "examples/resources/docker_registry_image/resource.tf"}}
{{ .SchemaMarkdown | trimspace }}