Skip to main content

A tool for rapidly creating containerised development environments

Project description

Container Magic - Sparkles the Otter

container-magic

Define your container workflow in a single YAML file. Container-magic generates a Dockerfile, build script, and run script that work with Docker or Podman - container-magic is not a dependency of your final product.

PyPI version Python versions CI Status License: MIT

How It Works

You write a cm.yaml. Container-magic generates a Dockerfile, build.sh, and run.sh from it. These generated files are committed to your repository so that anyone can build and run the project with Docker or Podman.

For development, cm build and cm run read the config directly and handle workspace mounting, user identity mapping, and runtime features automatically.

Quick Start

pip install container-magic
cm init python:3.11 my-project
cd my-project
cm build
cm run python --version

On Nix, run it without installing - or add it as a flake input:

nix run github:markhedleyjones/container-magic -- init python:3.11 my-project
nix profile install github:markhedleyjones/container-magic   # install cm

The flake exposes packages.default / apps.default (the cm CLI) and an overlays.default for declarative setups.

A minimal cm.yaml:

names:
  image: my-project
  workspace: workspace
  user: nonroot

stages:
  base:
    from: python:3.11-slim
    steps:
      - apt-get:
          install:
            - git
            - build-essential
      - pip:
          install:
            - numpy
            - pandas

  development:
    from: base

  production:
    from: base

Build and run the production image:

./build.sh
./run.sh python workspace/train.py

Key Features

  • Development and production from one config - live-mounted workspace in dev, baked-in code in prod
  • Automatic user handling - host user identity in dev, dedicated user in prod, no manual setup
  • GPU, display, and audio - NVIDIA GPU passthrough, X11/Wayland forwarding, PulseAudio/PipeWire
  • Custom commands - define once, use in both dev and prod with port publishing and environment variables
  • Multi-stage builds - share steps between stages, pip packages install into the base image's Python (no venv duplication)
  • Transparent execution - run commands from anywhere in your repo with automatic path translation
  • Data volumes - shorthand for sibling folders (outputs, cache) that persist across runs without entering the image
  • AWS credential forwarding - mount host AWS config into the container
  • Cached assets - download models and datasets once, reuse across builds

Documentation

Full documentation is available at markhedleyjones.com/container-magic.

Page Contents
Getting Started Installation, first project, workflow
Configuration Full YAML reference - names, runtime, stages, commands
Build Steps Package managers, custom commands, layer caching
Cached Assets Asset downloading, caching, and cache management
User Handling Dev vs prod users, copy ownership, permissions
Troubleshooting Common issues and solutions

Contributing

Contributions and feedback welcome! Open an issue or pull request on GitHub.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

container_magic-5.8.0.tar.gz (50.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

container_magic-5.8.0-py3-none-any.whl (59.3 kB view details)

Uploaded Python 3

File details

Details for the file container_magic-5.8.0.tar.gz.

File metadata

  • Download URL: container_magic-5.8.0.tar.gz
  • Upload date:
  • Size: 50.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for container_magic-5.8.0.tar.gz
Algorithm Hash digest
SHA256 b78cac6c064c98848add96629aa2f44ee432301a0acfec8a3e36e13f299d0a8b
MD5 ff284a8c0c5b99b1a92ddfa88aab53c7
BLAKE2b-256 00be2ddbaf3f92799fc2512939bd3e663f903e43df9c1789c5f35c1b76b7c223

See more details on using hashes here.

Provenance

The following attestation bundles were made for container_magic-5.8.0.tar.gz:

Publisher: ci.yml on markhedleyjones/container-magic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file container_magic-5.8.0-py3-none-any.whl.

File metadata

File hashes

Hashes for container_magic-5.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e92387da6dd6c40f201600cc48b9f573f53cf3cdbaab0f1a7e2fa71b3fe3cd9e
MD5 e56d24ef2ddb95f32262658e3fb9a229
BLAKE2b-256 ce09b4969ae85f59b06f32709e7d1f4e2fd4c8c63d240f264f9c642b93a143bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for container_magic-5.8.0-py3-none-any.whl:

Publisher: ci.yml on markhedleyjones/container-magic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page