Documentation
¶
Overview ¶
Command devc is a minimal devcontainer runner: it reads a devcontainer.json (compose or single-container form, no features/customizations), brings the container(s) up with podman or docker-compose, and exposes an SSH endpoint a local editor (VSCodium Remote-SSH) can connect to. Think devpod, much smaller.
This is a standalone development tool; it has nothing to do with the shop product that also lives in this module.
The binary doubles as the in-container SSH agent (the hidden __serve/__sftp subcommands), so it must be built static: CGO_ENABLED=0. See devc/README.md for the full command surface, config support, and troubleshooting.
Click to show internal directories.
Click to hide internal directories.