Docker
Stoobly Scaffold Docker Runtime - Questions & Answers
Docker Runtime Overview
Q: What are the benefits of using Docker runtime?
stoobly-agent scaffold app create my-app --runtime docker
# All team members get the same environment
make -f .stoobly/services/.Makefile recordQ: What are the requirements for Docker runtime?
# Verify Docker is installed and running
docker --version
docker ps
# Create Docker-based scaffold
stoobly-agent scaffold app create my-app --runtime dockerQ: How do I specify a custom Docker socket path?
Q: How do Docker-based workflows work?
Q: What files are created when I scaffold an app with Docker runtime?
Q: Can I use Docker runtime on Windows, Mac, and Linux?
Q: How do I troubleshoot Docker runtime issues?
Docker Workflows
Q: How do I explicitly use Docker runtime for a workflow?
Q: How do I use Docker runtime?
Docker Performance
Q: How do I optimize Docker runtime performance?
Docker Migration
Q: How do I migrate from local to Docker runtime?
Getting Started with Make Commands
Q: Where is the Makefile located after scaffolding?
Q: How do I run make commands from my project root?
Recording Workflow
Q: How do I start a recording workflow?
Q: How do I stop a recording workflow?
Q: How do I view logs from the recording workflow?
Q: How do I list services in the recording workflow?
Q: How do I view the recorded requests report?
Mock Workflow
Q: How do I start a mock workflow?
Q: How do I stop a mock workflow?
Q: How do I view logs from the mock workflow?
Q: How do I list services in the mock workflow?
Q: How do I view the mock requests report?
Test Workflow
Q: How do I start a test workflow?
Q: How do I stop a test workflow?
Q: How do I view logs from the test workflow?
Q: How do I list services in the test workflow?
Q: How do I view the test requests report?
Scenario Management
Q: How do I create a scenario using make?
Q: How do I list all scenarios using make?
Q: How do I delete a scenario using make?
Q: How do I snapshot a scenario using make?
Q: How do I reset a scenario to its snapshot state?
Q: How do I overwrite a scenario using make?
Certificate Management
Q: How do I install the CA certificate using make?
Q: How do I skip the CA certificate installation prompt?
Hostname Management
Q: How do I skip the hostname installation prompt?
Q: How do I prevent hostname installation?
Intercept Management
Q: How do I enable intercept mode using make?
Q: How do I disable intercept mode using make?
Environment Variables & Configuration
Q: How do I specify a custom application directory?
Q: How do I use a custom .env file with workflows?
Q: How do I specify custom CA certificate directory?
Q: How do I pass additional service options to workflows?
Q: How do I specify a custom context directory?
Advanced Workflow Options
Q: How do I pass additional options to workflow up commands?
Q: How do I run a workflow with a custom namespace?
Q: How do I filter services when starting a workflow?
Combining Multiple Environment Variables
Q: How do I run a fully automated workflow without any prompts?
Q: How do I run a workflow with custom directories and environment?
Docker Runtime Troubleshooting
Q: How do I check if stoobly-agent is installed?
Q: How do I verify Python version compatibility?
Q: What do I do if pipx is not installed?
Q: How do I view what services are configured?
Q: How do I validate my service configuration?
Q: What do I do if a workflow fails to start?
Docker Quick Reference
Q: What are the most common make commands I'll use?
Q: How do I create an alias for easier make command usage?
Last updated