Commit BC container to a Docker snapshot image
Commits a stopped Docker container to a snapshot image for spawning agent containers.
/plugin marketplace add FBakkensen/bc-agentic-dev-tools/plugin install fbakkensen-al-build-plugins-al-build@FBakkensen/bc-agentic-dev-toolsCommit a stopped BC Docker container to a snapshot image that can be used to spawn agent containers.
/al-build:new-bc-container)pwsh -NoProfile -ExecutionPolicy Bypass -File "${CLAUDE_PLUGIN_ROOT}/skills/al-build/scripts/commit-bc-container.ps1"
-ContainerName <string> - Name of the container to commit (default: from al-build.json)-ImageName <string> - Name for the snapshot image (default: from al-build.json)After committing the snapshot:
/al-build:new-agent-containerNote: The source container is automatically removed after commit.