Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 842 Bytes

File metadata and controls

38 lines (25 loc) · 842 Bytes

Docker Runner

Docker Engine-backed runner service that executes workloads over gRPC.

Architecture: Runner

Local Development

Full setup: Local Development

Prepare environment

git clone https://github.com/agynio/bootstrap.git
cd bootstrap
chmod +x apply.sh
./apply.sh -y

See bootstrap for details.

Run from sources

# Deploy once (exit when healthy)
devspace dev

# Watch mode (streams logs, re-syncs on changes)
devspace dev -w

Run tests

devspace run test:e2e

See E2E Testing.