Cette page est affichée en anglais. Une traduction française est en cours.
ScriptsMay 11, 2026·2 min de lecture

Docker Agent — Run Agent Tasks in Containers

Docker Agent packages agent workloads into containers so you get reproducible environments, clear boundaries, and safer runs than ad-hoc local scripts.

Prêt pour agents

Cet actif peut être lu et installé directement par les agents

TokRepo expose une commande CLI universelle, un contrat d'installation, le metadata JSON, un plan selon l'adaptateur et le contenu raw pour aider les agents à juger l'adaptation, le risque et les prochaines actions.

Stage only · 29/100Stage only
Surface agent
Tout agent MCP/CLI
Type
Script
Installation
Single
Confiance
Confiance : Established
Point d'entrée
README.md
Commande CLI universelle
npx tokrepo install 33ce2be6-b272-4e1a-94f3-0ea396a3bb12
Introduction

Docker Agent packages agent workloads into containers so you get reproducible environments, clear boundaries, and safer runs than ad-hoc local scripts.

  • Best for: Teams who want agent runs to be reproducible and portable across dev machines and CI
  • Works with: Docker + CI pipelines; pair with minimal images and read-only mounts
  • Setup time: 20 minutes

Practical Notes

  • Setup time ~20 minutes (clone + build + run the minimal example)
  • Reproducibility check: two runs produce matching artifacts and logs for the same inputs
  • GitHub stars + forks (verified): see Source & Thanks

If you want agent runs to be shareable, you need a portable runtime. Containers are the easiest path: pin dependencies, make inputs explicit, and store artifacts. Once it runs in Docker, you can scale it up to Kubernetes or any CI runner.

FAQ

Q: Why containers for agents? A: They make dependencies explicit and reduce ‘works on my machine’ failures.

Q: What’s the first safety win? A: Use read-only mounts and short-lived tokens inside the container.

Q: How do I keep images small? A: Start from minimal bases and pin versions; remove build tooling from runtime images.

🙏

Source et remerciements

Source: https://github.com/docker/docker-agent > License: Apache-2.0 > GitHub stars: 2,906 · forks: 357

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires