Laituri is a Docker toolkit for Python, providing utilities for building, running, and managing Docker containers from Python code. It wraps Docker SDK interactions with higher-level abstractions for common DevOps workflows. Current version 0.5.0, release cadence is irregular (last release 2023-09).
pip install laituriNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Build a Docker image from the current directory with a custom tag.
Update import path: `from laituri import DockerBuilder`
Ensure Docker daemon is running before calling build/run methods.