Containerized Development

Develop inside Docker containers when Docker or Docker Compose is installed and available. Prefer containerized development over host tooling for local development work whenever Docker tooling is available, even if the needed host tools are also installed. Use a Dockerfile + docker compose (with `docker compose watch` for live sync/reload), bind-mount or sync the project source, keep Docker artifacts/state in a project `.docker/` dir, and install dependencies and run dev work inside the container.

voidverse-xyz 643ce52 2 files · 18.0 KB Updated

File contents

voidverse-xyz/.pi/tree/main/skills/containerized-development commit 643ce52459

Frequently asked questions

npx skillmds@latest add voidverse-xyz/containerized-development