Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for plugin.device settings #106

Open
suzuki-shunsuke opened this issue Dec 30, 2020 · 2 comments
Open

Support for plugin.device settings #106

suzuki-shunsuke opened this issue Dec 30, 2020 · 2 comments

Comments

@suzuki-shunsuke
Copy link
Collaborator

suzuki-shunsuke commented Dec 30, 2020

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 path of devices.

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"
  device = [
    "mydevice.path=/dev/bar"
  ]
}

References

@github-actions
Copy link

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 github-actions bot added the stale label Mar 29, 2021
@github-actions github-actions bot closed this as completed Apr 6, 2021
@mavogel mavogel removed the stale label Apr 7, 2021
@mavogel mavogel reopened this Apr 7, 2021
@github-actions
Copy link

github-actions bot commented Jun 6, 2021

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 github-actions bot added the stale label Jun 6, 2021
@mavogel mavogel added pinned and removed stale labels Jun 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants