DESCRIPTION

Internal wrapper around WWW::Docker that provides a simplified interface for Testcontainers operations. This module handles Docker daemon communication for container lifecycle management, image operations, and container inspection.

Pull a Docker image. Parses image name and tag from the full image string. Does not die on failure (image may already exist locally).

Create a Docker container from configuration hash. Returns hashref with Id.

Start a container by ID.

Stop a container. Options: timeout (default 10 seconds).

Remove a container. Options: force (default true), volumes (default true).

Inspect container details. Returns WWW::Docker::Container object.

Get container logs. Options: stdout, stderr, tail, timestamps.

Execute a command inside a running container. Returns hashref with exit_code and output.

8 POD Errors

The following errors were encountered while parsing the POD:

Around line 53:

Unknown directive: =method

Around line 73:

Unknown directive: =method

Around line 88:

Unknown directive: =method

Around line 107:

Unknown directive: =method

Around line 130:

Unknown directive: =method

Around line 144:

Unknown directive: =method

Around line 162:

Unknown directive: =method

Around line 191:

Unknown directive: =method