Skip to main content
DockerTools enable an Agent to interact with Docker containers, images, volumes, and networks.

Prerequisites

The Docker tools require the docker Python package. You’ll also need Docker installed and running on your system.

Example

The following example creates an agent that can manage Docker resources:
cookbook/14_tools/docker_tools.py

Toolkit Params

Toolkit Functions

Container Management

Image Management

Volume Management

Network Management

Developer Resources