-
Notifications
You must be signed in to change notification settings - Fork 191
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
implement Docker API v1.41.1 #142
Comments
Please let me confirm what to do.
Does this mean to update field description in document and schema description in code according to the API document?
Does this mean to upgrade Go Module of Docker API or to support additional resources? |
Yes and also. add missing properties of the API, which are not reflected yet in the schema.
IMHO we're already using the latest version since #119 |
Related to #185 |
I was thinking about this recently -- perhaps it's possible to generate the terraform schema directly from the official docker API definition? |
That's a very good point. Any idea/tools in mind @tomalok how to achieve this? |
I did a cursory search and found https://github.com/dikhan/terraform-provider-openapi which might be a good starting point / reference -- there may be others out there. Obviously Docker's swagger is a lot bigger than the examples... |
This issue is stale because it has been open 60 days with no activity. |
are runtime arguments supported now? |
Sorry for digging out an old ticket, but is it now possible to configure capabilities for a service? I can't find it in the docs and trying to add
to docker_service -> task_spec -> container_spec yields an error in provider version 3.0.2 "Blocks of type "capabilities" are not expected here." |
@mavogel : Has this ever been implemented? |
Am exceptionally interested in this as require the |
Community Note
Description
New or Affected Resource(s)
References
The text was updated successfully, but these errors were encountered: