Docker container runner with YAML configuration and automatic GCP authentication (keys, Workload Identity, impersonation)
npm install @udx/worker-deploymentRun any Docker container with automatic cloud authentication.
Requires Node/npm and Docker.
``bash`
npm install -g @udx/worker-deployment
`bash`
npx @udx/worker-deployment worker config
npx @udx/worker-deployment worker run
`bashGenerate default config template
worker config
Commands
`bash
worker config # Generate config template
worker run # Run container (auto-detects credentials)
worker run --dry-run # Preview without executing
worker run run-it # Interactive mode (shell access)
worker run --config=custom.yml # Use custom config file
worker gen repo # Generate child image repo (dry-run + prompt)
worker gen dockerfile # Generate Dockerfile only (dry-run + prompt)
worker images --all # List worker images from GitHub/Docker Hub
``- docs/index.md
MIT