mirror of
https://github.com/docker/docs.git
synced 2026-03-28 23:08:49 +07:00
<!--Delete sections as needed --> ## Description rename GH cagent repo URL, repo has been renamed to docker/docker-agent ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
832 B
832 B
title, description, keywords, weight
| title | description | keywords | weight | |||
|---|---|---|---|---|---|---|
| Examples | Get inspiration from agent examples |
|
40 |
Get inspiration from the following agent examples. See more examples in the Docker Agent GitHub repository.
Development team
{{% cagent-example.inline "dev-team.yaml" %}} {{- $example := .Get 0 }} {{- $baseUrl := "https://raw.githubusercontent.com/docker/docker-agent/refs/heads/main/examples" }} {{- $url := fmt.Printf "%s/%s" $baseUrl $example }} {{- with resources.GetRemote $url }} {{ $data := .Content | transform.Unmarshal }}
{{ .Content }}
{{ end }} {{% /cagent-example.inline %}}
Go developer
{{% cagent-example.inline "gopher.yaml" /%}}
Technical blog writer
{{% cagent-example.inline "blog.yaml" /%}}