Join our Discord Server
Docker Agent

Sharing Agents

Estimated reading: 1 minute 72 views

Sharing Agents

By now you should have a couple of uselesss agents, and maybe one that already does something useful. Wouldn’t it be nice if we could share agents with others?

Sharing agents with Docker Agent should be extermely simple, you can push and pull agents to any OCI registry.

Exercice: push your developer agent, ask your neighour to pull and run it. Play around

Here’s how to push an agent:

$ docker agent push developer.yaml your-account/cagent-developer

You can then pull that agent:

$ docker agent pull your-account/cagent-developer

Or you might want to directly run it:

$ docker agent run your-account/cagent-developer

Leave a Reply

Share this Doc

Sharing Agents

Or copy link

CONTENTS
Join our Discord Server