Container
experimentalinfraDocker/OCI container execution
pip install chp-adapter-containerAuto-discovered through the chp.adapters entry point — no host config needed.
Capabilities
What this adapter exposes.
list_containersv1.0.0List Docker containers (running by default; pass all=true for stopped too).
chp.adapters.container.list_containerslist_imagesv1.0.0List locally available Docker images.
chp.adapters.container.list_imagespullv1.0.0Pull a Docker image from a registry.
chp.adapters.container.pullrunv1.0.0Run a Docker container to completion and capture output.
chp.adapters.container.runstopv1.0.0Stop a running Docker container.
chp.adapters.container.stop