Retrieve a Dockerfile template
GET
/api/v4/templates/dockerfiles/{name}
Retrieves a specified Dockerfile template.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” name
required
string
The name of the Dockerfile template
Responses
Section titled “ Responses ”OK
Media type application/json
object
name
string
content
string
Example
{ "name": "Ruby", "content": "# Ruby gitignore template"}Bad Request
Not Found