ujust runners
GitHub Actions self-hosted runners
Quick Start
Follow the standard service lifecycle:
| Step | Command | Recording |
| 1. Config | ujust runners config | |
| 2. Start | ujust runners start | |
| 3. Logs | ujust runners logs | |
| 4. Stop | ujust runners stop | |
Subcommands
Configuration
| Subcommand | Arguments | Description | Recording |
config | | Configure runner | |
Lifecycle
| Subcommand | Arguments | Description | Recording |
restart | | Restart runner instance | |
start | | Start runner instance | |
stop | | Stop runner instance | |
delete | | Remove runner config and container | |
Monitoring
| Subcommand | Arguments | Description | Recording |
logs | [--lines=N] | View container logs | |
Operations
| Subcommand | Arguments | Description | Recording |
list | | List all configured runners | |
Shell
| Subcommand | Arguments | Description | Recording |
shell | [-- CMD] | Open shell or execute command in container | |
Other
| Subcommand | Arguments | Description | Recording |
setup-shared-storage | | Setup shared storage directory | |
rolling-update | | Sequential update | |
update | | Fast update to configured pod image | |
sync | | Sync config with source | |
help | | Show help | |
Flags
| Flag | Short | Default | Values | Description |
--bind | -b | | | |
--gpu-type | -g | | | |
--image | -i | | | |
--instance | -n | | | |
--lines | -l | | | |
--port | -p | | | |
--repo-url | -r | | | |
--tag | -t | | | |
--workspace-dir | -w | | | |
Source: just/bazzite-ai/runners.just