mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-02-03 04:09:29 -05:00
* feat: Remove deprecated docker_container attributes. * feat: Remove deprecated docker_service atttribute. * feat: Remove deprecated `build` attribute from docker_registry_image. * feat: Remove deprecated attributes of docker_image. * docs: Generate and update documentation. * fix: Add MigrateState for docker_container again. * docs: Fix docs linting errors. * docs: Fix tf formatting in docs.
19 lines
No EOL
523 B
Cheetah
19 lines
No EOL
523 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
|
|
|
|
Build an image with the `docker_image` resource and then push it to a registry:
|
|
|
|
{{tffile "examples/resources/docker_registry_image/resource.tf"}}
|
|
|
|
{{ .SchemaMarkdown | trimspace }} |