mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-02-03 20:29:30 -05:00
* fix: pass container rm flag * fix: deletion of containers * docs: website gen * docs: add stargazers * fix(docs): for #321
19 lines
No EOL
511 B
Cheetah
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 }} |