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

Terraform Docker provider

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

### 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...

### 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...

### 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...

### 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...

### 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...

### 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...

I've found private docker registry service on hosting provider, that returns "www-authenticate" header without scope. Here is fix for that case.

Hi, `docker run` [supports](https://docs.docker.com/reference/cli/docker/container/run/) a `--platform` option, however I don't see any reference to it in the `docker_container` [resource](https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs/resources/container). A common example for usage would be to run amd64-only images...

Addresses https://github.com/kreuzwerker/terraform-provider-docker/issues/642 by adding a new data source -- `docker_containers` -- for listing containers. Right now, the data source has no schema beyond what is computed. The primary attribute, `containers`,...

While on a Linux host, running [the commands for generating documentation](https://github.com/kreuzwerker/terraform-provider-docker/blob/master/CONTRIBUTING.md#update-the-documentation) causes changes while on the `master` branch. This diff contains those changes.