terraform-provider-docker icon indicating copy to clipboard operation
terraform-provider-docker copied to clipboard

Terraform Docker provider

Results 179 terraform-provider-docker issues
Sort by recently updated
recently updated
newest added

This issue was originally opened by @kdefives as https://github.com/hashicorp/terraform-provider-docker/issues/161. It was migrated here as a result of the community provider takeover from @kreuzwerker. The original body of the issue is...

bug
r/container
pinned

This issue was originally opened by @yellowmegaman as https://github.com/hashicorp/terraform-provider-docker/issues/170. It was migrated here as a result of the community provider takeover from @kreuzwerker. The original body of the issue is...

bug
pinned

Resolves #172 Going by my suggestion I tried skipping the local image check. I didn't know if it's possible to check if the _sha256_digest_ referenced by pull_triggers changed... So I...

enhancement
pinned
d/registry_image

## General - https://www.terraform.io/docs/extend/hashicorp-provider-design-principles.html - https://github.com/hashicorp/terraform-provider-scaffolding - https://blog.container-solutions.com/write-terraform-provider-part-1 - https://learn.hashicorp.com/tutorials/terraform/provider-use?in=terraform/providers - https://www.terraform.io/docs/extend/index.html - consider more [best practices for sdk v2](https://www.terraform.io/docs/extend/guides/v2-upgrade-guide.html) like using the `ExactlyOneOf` property -> #6 - the latest...

pinned

This issue was originally opened by @mavogel as https://github.com/hashicorp/terraform-provider-docker/issues/51. It was migrated here as a result of the community provider takeover from @kreuzwerker. The original body of the issue is...

refactoring
pinned

Add the ability to pass an `alias` for the containers in the network. Currently, the `network_advanced` workaround does not work properly.

pinned

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

bug
r/image
pinned

Close #156 * change docker_image's ID from `${imageID}${imageName}` to `${imageName}` * support to import docker_image with image name e.g. ``` $ terraform import docker_image.alpine alpine:3.13.0 ``` ## What's appropriate `docker_image`'s...

enhancement
r/image
pinned

This issue was originally opened by @tomalok as https://github.com/hashicorp/terraform-provider-docker/issues/247. It was migrated here as a result of the community provider takeover from @kreuzwerker. The original body of the issue is...

bug
r/service
pinned