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

Support to configure source of mounts of Docker plugin

Open suzuki-shunsuke opened this issue 4 years ago • 2 comments
trafficstars

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Add an attribute to configure source of mounts.

https://docs.docker.com/engine/reference/commandline/plugin_set/

New or Affected Resource(s)

  • docker_plugin

Potential Terraform Configuration

resource "docker_plugin" "sample-volume-plugin" {
  plugin_reference = "docker.io/tiborvass/sample-volume-plugin:latest"
  mount_source = [
    "mymount.source=/bar"
  ]
}

References

  • #35
  • #24

suzuki-shunsuke avatar Dec 30 '20 05:12 suzuki-shunsuke

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. If you don't want this issue to be closed, please set the label pinned.

github-actions[bot] avatar Mar 29 '21 10:03 github-actions[bot]

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. If you don't want this issue to be closed, please set the label pinned.

github-actions[bot] avatar Jun 06 '21 10:06 github-actions[bot]