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

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

Hello! Noticed that docker config resource is lacking support for labels and though that instead giving feature request, I'll do the implementation. What do you think? * Commit message should...

The detailed note could save users some troubleshooting time because without this knowledge, when building an image, it's confusing why the value is missing when first time a config is...

* Adjust example for entrypoint spelling from "/usr/bin/myprogra" to "/usr/bin/myprogram"

## Problem to solve I mistakenly thought I had to copy my Dockerfile and other files relevant to the build to the remote host where I wanted to build the...

I believe these lines are causing my container to be deleted from Docker when it crashes on startup. https://github.com/kreuzwerker/terraform-provider-docker/blob/3d4f20d5e4eabfb8583874a8b047bacb6c784fe8/internal/provider/resource_docker_container_funcs.go#L620-L625 This makes for a difficult debugging experience because I don't get...

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

r/container

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

d/registry_image

Here's my Terraform: ```hcl resource "docker_image" "arm64" { name = "build-python3.9-openssl" build { context = "." tag = ["build-python3.9-openssl:latest-arm64"] dockerfile = "${path.module}/../Dockerfile.build.arm64" platform = "linux/arm64" } } resource "docker_image" "x86_64"...

bug
r/image